Shades of Light Slate Blue #8F6CFB
Tints of Light Slate Blue #8F6CFB
RGB
CMYK
RGB Variations
Color information
#8F6CFB (or 0x8F6CFB) is known color: Light Slate Blue. HEX triplet: 8F, 6C and FB. RGB value is (143,108,251). Sum of RGB (Red+Green+Blue) = 143+108+251=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F6CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6CFB is #709304. Grayscale: #868686. Windows color (decimal): -7377669 or 16477327. OLE color: 16477327.
HSL color Cylindrical-coordinate representation of color #8F6CFB: hue angle of 254.69º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F6CFB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 108 | 251 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.02 |
| HSL | 254.69º | 0.95% | 0.7% | - |
| HSV(B) | 254.69º | 0.57% | 0.98% | - |
| XYZ | 34.1 | 23.53 | 94.01 | - |
| YUV | 134.77 | 193.6 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 251 | 0.43 | 0.57 | 0 | 0.02 | 254.69 | 0.95 | 0.7 |
| Hex | 8F | 6C | FB | 2B | 39 | 0 | 2 | FF | 5F | 46 |
| Octal | 217 | 154 | 373 | 53 | 71 | 0 | 2 | 377 | 137 | 106 |
| Binary | 10001111 | 1101100 | 11111011 | 101011 | 111001 | 0 | 10 | 11111111 | 1011111 | 1000110 |
Color Harmonies of #8F6CFB
Complementary color
Monochromatic Colors of #8F6CFB
Black with #8F6CFB
Text Example
Text Example
White with #8F6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6CFB; }
p { color: rgb(143,108,251); }
H1.HeaderClassName
{
color: #8F6CFB;
}
.AnyTagClassName
{
color: #8F6CFB;
}
</style>
background-color css
<style>
a { background-color: #8F6CFB; }
a { background-color: rgb(143,108,251); }
div.DivClassName
{
background-color: #8F6CFB;
}
.BgClassName
{
background-color: #8F6CFB;
}
</style>
border-color css
<style>
span { border-color: #8F6CFB; }
span { border-color: rgb(143,108,251); }
td.TdClassName
{
border-color: #8F6CFB;
}
.TagClassName
{
border-color: #8F6CFB;
}
</style>