Shades of Light Slate Blue #8F66F6
Tints of Light Slate Blue #8F66F6
RGB
CMYK
RGB Variations
Color information
#8F66F6 (or 0x8F66F6) is known color: Light Slate Blue. HEX triplet: 8F, 66 and F6. RGB value is (143,102,246). Sum of RGB (Red+Green+Blue) = 143+102+246=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #8F66F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F66F6 is #709909. Grayscale: #828282. Windows color (decimal): -7379210 or 16148111. OLE color: 16148111.
HSL color Cylindrical-coordinate representation of color #8F66F6: hue angle of 257.08º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F66F6 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 102 | 246 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.04 |
| HSL | 257.08º | 0.89% | 0.68% | - |
| HSV(B) | 257.08º | 0.59% | 0.96% | - |
| XYZ | 32.71 | 22 | 89.71 | - |
| YUV | 130.68 | 193.08 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 102 | 246 | 0.42 | 0.59 | 0 | 0.04 | 257.08 | 0.89 | 0.68 |
| Hex | 8F | 66 | F6 | 2A | 3B | 0 | 4 | 101 | 59 | 44 |
| Octal | 217 | 146 | 366 | 52 | 73 | 0 | 4 | 401 | 131 | 104 |
| Binary | 10001111 | 1100110 | 11110110 | 101010 | 111011 | 0 | 100 | 100000001 | 1011001 | 1000100 |
Color Harmonies of #8F66F6
Complementary color
Monochromatic Colors of #8F66F6
Black with #8F66F6
Text Example
Text Example
White with #8F66F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F66F6; }
p { color: rgb(143,102,246); }
H1.HeaderClassName
{
color: #8F66F6;
}
.AnyTagClassName
{
color: #8F66F6;
}
</style>
background-color css
<style>
a { background-color: #8F66F6; }
a { background-color: rgb(143,102,246); }
div.DivClassName
{
background-color: #8F66F6;
}
.BgClassName
{
background-color: #8F66F6;
}
</style>
border-color css
<style>
span { border-color: #8F66F6; }
span { border-color: rgb(143,102,246); }
td.TdClassName
{
border-color: #8F66F6;
}
.TagClassName
{
border-color: #8F66F6;
}
</style>