Shades of Light Slate Blue #7F7FFF
Tints of Light Slate Blue #7F7FFF
RGB
CMYK
RGB Variations
Color information
#7F7FFF (or 0x7F7FFF) is known color: Light Slate Blue. HEX triplet: 7F, 7F and FF. RGB value is (127,127,255). Sum of RGB (Red+Green+Blue) = 127+127+255=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F7FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7FFF is #808000. Grayscale: #8D8D8D. Windows color (decimal): -8421377 or 16744319. OLE color: 16744319.
HSL color Cylindrical-coordinate representation of color #7F7FFF: hue angle of 240º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F7FFF is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 127 | 127 | 255 | - |
CMYK | 0.50 | 0.50 | 0 | 0 |
HSL | 240º | 1% | 0.75% | - |
HSV(B) | 240º | 0.5% | 1% | - |
XYZ | 34.39 | 26.91 | 97.99 | - |
YUV | 141.59 | 192 | 117.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 127 | 255 | 0.50 | 0.50 | 0 | 0 | 240 | 1 | 0.75 |
Hex | 7F | 7F | FF | 32 | 32 | 0 | 0 | F0 | 64 | 4B |
Octal | 177 | 177 | 377 | 62 | 62 | 0 | 0 | 360 | 144 | 113 |
Binary | 1111111 | 1111111 | 11111111 | 110010 | 110010 | 0 | 0 | 11110000 | 1100100 | 1001011 |
Color Harmonies of #7F7FFF
Complementary color
Monochromatic Colors of #7F7FFF
Black with #7F7FFF
Text Example
Text Example
White with #7F7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7FFF; }
p { color: rgb(127,127,255); }
H1.HeaderClassName
{
color: #7F7FFF;
}
.AnyTagClassName
{
color: #7F7FFF;
}
</style>
background-color css
<style>
a { background-color: #7F7FFF; }
a { background-color: rgb(127,127,255); }
div.DivClassName
{
background-color: #7F7FFF;
}
.BgClassName
{
background-color: #7F7FFF;
}
</style>
border-color css
<style>
span { border-color: #7F7FFF; }
span { border-color: rgb(127,127,255); }
td.TdClassName
{
border-color: #7F7FFF;
}
.TagClassName
{
border-color: #7F7FFF;
}
</style>