Shades of Light Slate Blue #8666F7
Tints of Light Slate Blue #8666F7
RGB
CMYK
RGB Variations
Color information
#8666F7 (or 0x8666F7) is known color: Light Slate Blue. HEX triplet: 86, 66 and F7. RGB value is (134,102,247). Sum of RGB (Red+Green+Blue) = 134+102+247=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #8666F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8666F7 is #799908. Grayscale: #7F7F7F. Windows color (decimal): -7969033 or 16213638. OLE color: 16213638.
HSL color Cylindrical-coordinate representation of color #8666F7: hue angle of 253.24º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8666F7 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 102 | 247 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.03 |
| HSL | 253.24º | 0.9% | 0.68% | - |
| HSV(B) | 253.24º | 0.59% | 0.97% | - |
| XYZ | 31.37 | 21.29 | 90.45 | - |
| YUV | 128.1 | 195.1 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 247 | 0.46 | 0.59 | 0 | 0.03 | 253.24 | 0.9 | 0.68 |
| Hex | 86 | 66 | F7 | 2E | 3B | 0 | 3 | FD | 5A | 44 |
| Octal | 206 | 146 | 367 | 56 | 73 | 0 | 3 | 375 | 132 | 104 |
| Binary | 10000110 | 1100110 | 11110111 | 101110 | 111011 | 0 | 11 | 11111101 | 1011010 | 1000100 |
Color Harmonies of #8666F7
Complementary color
Monochromatic Colors of #8666F7
Black with #8666F7
Text Example
Text Example
White with #8666F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8666F7; }
p { color: rgb(134,102,247); }
H1.HeaderClassName
{
color: #8666F7;
}
.AnyTagClassName
{
color: #8666F7;
}
</style>
background-color css
<style>
a { background-color: #8666F7; }
a { background-color: rgb(134,102,247); }
div.DivClassName
{
background-color: #8666F7;
}
.BgClassName
{
background-color: #8666F7;
}
</style>
border-color css
<style>
span { border-color: #8666F7; }
span { border-color: rgb(134,102,247); }
td.TdClassName
{
border-color: #8666F7;
}
.TagClassName
{
border-color: #8666F7;
}
</style>