Shades of Light Slate Blue #8666F6
Tints of Light Slate Blue #8666F6
RGB
CMYK
RGB Variations
Color information
#8666F6 (or 0x8666F6) is known color: Light Slate Blue. HEX triplet: 86, 66 and F6. RGB value is (134,102,246). Sum of RGB (Red+Green+Blue) = 134+102+246=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #8666F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8666F6 is #799909. Grayscale: #7F7F7F. Windows color (decimal): -7969034 or 16148102. OLE color: 16148102.
HSL color Cylindrical-coordinate representation of color #8666F6: hue angle of 253.33º 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 #8666F6 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 102 | 246 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.04 |
| HSL | 253.33º | 0.89% | 0.68% | - |
| HSV(B) | 253.33º | 0.59% | 0.96% | - |
| XYZ | 31.22 | 21.22 | 89.64 | - |
| YUV | 127.98 | 194.6 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 246 | 0.46 | 0.59 | 0 | 0.04 | 253.33 | 0.89 | 0.68 |
| Hex | 86 | 66 | F6 | 2E | 3B | 0 | 4 | FD | 59 | 44 |
| Octal | 206 | 146 | 366 | 56 | 73 | 0 | 4 | 375 | 131 | 104 |
| Binary | 10000110 | 1100110 | 11110110 | 101110 | 111011 | 0 | 100 | 11111101 | 1011001 | 1000100 |
Color Harmonies of #8666F6
Complementary color
Monochromatic Colors of #8666F6
Black with #8666F6
Text Example
Text Example
White with #8666F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8666F6; }
p { color: rgb(134,102,246); }
H1.HeaderClassName
{
color: #8666F6;
}
.AnyTagClassName
{
color: #8666F6;
}
</style>
background-color css
<style>
a { background-color: #8666F6; }
a { background-color: rgb(134,102,246); }
div.DivClassName
{
background-color: #8666F6;
}
.BgClassName
{
background-color: #8666F6;
}
</style>
border-color css
<style>
span { border-color: #8666F6; }
span { border-color: rgb(134,102,246); }
td.TdClassName
{
border-color: #8666F6;
}
.TagClassName
{
border-color: #8666F6;
}
</style>