Shades of Light Slate Blue #8F77F6
Tints of Light Slate Blue #8F77F6
RGB
CMYK
RGB Variations
Color information
#8F77F6 (or 0x8F77F6) is known color: Light Slate Blue. HEX triplet: 8F, 77 and F6. RGB value is (143,119,246). Sum of RGB (Red+Green+Blue) = 143+119+246=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #8F77F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F77F6 is #708809. Grayscale: #8C8C8C. Windows color (decimal): -7374858 or 16152463. OLE color: 16152463.
HSL color Cylindrical-coordinate representation of color #8F77F6: hue angle of 251.34º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F77F6 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 119 | 246 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.04 |
| HSL | 251.34º | 0.88% | 0.72% | - |
| HSV(B) | 251.34º | 0.52% | 0.96% | - |
| XYZ | 34.56 | 25.69 | 90.33 | - |
| YUV | 140.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 246 | 0.42 | 0.52 | 0 | 0.04 | 251.34 | 0.88 | 0.72 |
| Hex | 8F | 77 | F6 | 2A | 34 | 0 | 4 | FB | 58 | 48 |
| Octal | 217 | 167 | 366 | 52 | 64 | 0 | 4 | 373 | 130 | 110 |
| Binary | 10001111 | 1110111 | 11110110 | 101010 | 110100 | 0 | 100 | 11111011 | 1011000 | 1001000 |
Color Harmonies of #8F77F6
Complementary color
Monochromatic Colors of #8F77F6
Black with #8F77F6
Text Example
Text Example
White with #8F77F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F77F6; }
p { color: rgb(143,119,246); }
H1.HeaderClassName
{
color: #8F77F6;
}
.AnyTagClassName
{
color: #8F77F6;
}
</style>
background-color css
<style>
a { background-color: #8F77F6; }
a { background-color: rgb(143,119,246); }
div.DivClassName
{
background-color: #8F77F6;
}
.BgClassName
{
background-color: #8F77F6;
}
</style>
border-color css
<style>
span { border-color: #8F77F6; }
span { border-color: rgb(143,119,246); }
td.TdClassName
{
border-color: #8F77F6;
}
.TagClassName
{
border-color: #8F77F6;
}
</style>