Shades of Light Slate Blue #8F66FE
Tints of Light Slate Blue #8F66FE
RGB
CMYK
RGB Variations
Color information
#8F66FE (or 0x8F66FE) is known color: Light Slate Blue. HEX triplet: 8F, 66 and FE. RGB value is (143,102,254). Sum of RGB (Red+Green+Blue) = 143+102+254=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F66FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F66FE is #709901. Grayscale: #838383. Windows color (decimal): -7379202 or 16672399. OLE color: 16672399.
HSL color Cylindrical-coordinate representation of color #8F66FE: hue angle of 256.18º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F66FE is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 102 | 254 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.00 |
| HSL | 256.18º | 0.99% | 0.7% | - |
| HSV(B) | 256.18º | 0.6% | 1% | - |
| XYZ | 33.97 | 22.5 | 96.32 | - |
| YUV | 131.59 | 197.08 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 102 | 254 | 0.44 | 0.60 | 0 | 0.00 | 256.18 | 0.99 | 0.7 |
| Hex | 8F | 66 | FE | 2C | 3C | 0 | 0 | 100 | 63 | 46 |
| Octal | 217 | 146 | 376 | 54 | 74 | 0 | 0 | 400 | 143 | 106 |
| Binary | 10001111 | 1100110 | 11111110 | 101100 | 111100 | 0 | 0 | 100000000 | 1100011 | 1000110 |
Color Harmonies of #8F66FE
Complementary color
Monochromatic Colors of #8F66FE
Black with #8F66FE
Text Example
Text Example
White with #8F66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F66FE; }
p { color: rgb(143,102,254); }
H1.HeaderClassName
{
color: #8F66FE;
}
.AnyTagClassName
{
color: #8F66FE;
}
</style>
background-color css
<style>
a { background-color: #8F66FE; }
a { background-color: rgb(143,102,254); }
div.DivClassName
{
background-color: #8F66FE;
}
.BgClassName
{
background-color: #8F66FE;
}
</style>
border-color css
<style>
span { border-color: #8F66FE; }
span { border-color: rgb(143,102,254); }
td.TdClassName
{
border-color: #8F66FE;
}
.TagClassName
{
border-color: #8F66FE;
}
</style>