Shades of Light Slate Blue #7F6EFF
Tints of Light Slate Blue #7F6EFF
RGB
CMYK
RGB Variations
Color information
#7F6EFF (or 0x7F6EFF) is known color: Light Slate Blue. HEX triplet: 7F, 6E and FF. RGB value is (127,110,255). Sum of RGB (Red+Green+Blue) = 127+110+255=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F6EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6EFF is #809100. Grayscale: #838383. Windows color (decimal): -8425729 or 16739967. OLE color: 16739967.
HSL color Cylindrical-coordinate representation of color #7F6EFF: hue angle of 247.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F6EFF is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 110 | 255 | - |
| CMYK | 0.50 | 0.57 | 0 | 0 |
| HSL | 247.03º | 1% | 0.72% | - |
| HSV(B) | 247.03º | 0.57% | 1% | - |
| XYZ | 32.38 | 22.88 | 97.32 | - |
| YUV | 131.61 | 197.63 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 255 | 0.50 | 0.57 | 0 | 0 | 247.03 | 1 | 0.72 |
| Hex | 7F | 6E | FF | 32 | 39 | 0 | 0 | F7 | 64 | 48 |
| Octal | 177 | 156 | 377 | 62 | 71 | 0 | 0 | 367 | 144 | 110 |
| Binary | 1111111 | 1101110 | 11111111 | 110010 | 111001 | 0 | 0 | 11110111 | 1100100 | 1001000 |
Color Harmonies of #7F6EFF
Complementary color
Monochromatic Colors of #7F6EFF
Black with #7F6EFF
Text Example
Text Example
White with #7F6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6EFF; }
p { color: rgb(127,110,255); }
H1.HeaderClassName
{
color: #7F6EFF;
}
.AnyTagClassName
{
color: #7F6EFF;
}
</style>
background-color css
<style>
a { background-color: #7F6EFF; }
a { background-color: rgb(127,110,255); }
div.DivClassName
{
background-color: #7F6EFF;
}
.BgClassName
{
background-color: #7F6EFF;
}
</style>
border-color css
<style>
span { border-color: #7F6EFF; }
span { border-color: rgb(127,110,255); }
td.TdClassName
{
border-color: #7F6EFF;
}
.TagClassName
{
border-color: #7F6EFF;
}
</style>