Shades of Light Slate Blue #8662FA
Tints of Light Slate Blue #8662FA
RGB
CMYK
RGB Variations
Color information
#8662FA (or 0x8662FA) is known color: Light Slate Blue. HEX triplet: 86, 62 and FA. RGB value is (134,98,250). Sum of RGB (Red+Green+Blue) = 134+98+250=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #8662FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8662FA is #799D05. Grayscale: #7D7D7D. Windows color (decimal): -7970054 or 16409222. OLE color: 16409222.
HSL color Cylindrical-coordinate representation of color #8662FA: hue angle of 254.21º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8662FA is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 98 | 250 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.02 |
| HSL | 254.21º | 0.94% | 0.68% | - |
| HSV(B) | 254.21º | 0.61% | 0.98% | - |
| XYZ | 31.45 | 20.71 | 92.78 | - |
| YUV | 126.09 | 197.93 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 250 | 0.46 | 0.61 | 0 | 0.02 | 254.21 | 0.94 | 0.68 |
| Hex | 86 | 62 | FA | 2E | 3D | 0 | 2 | FE | 5E | 44 |
| Octal | 206 | 142 | 372 | 56 | 75 | 0 | 2 | 376 | 136 | 104 |
| Binary | 10000110 | 1100010 | 11111010 | 101110 | 111101 | 0 | 10 | 11111110 | 1011110 | 1000100 |
Color Harmonies of #8662FA
Complementary color
Monochromatic Colors of #8662FA
Black with #8662FA
Text Example
Text Example
White with #8662FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662FA; }
p { color: rgb(134,98,250); }
H1.HeaderClassName
{
color: #8662FA;
}
.AnyTagClassName
{
color: #8662FA;
}
</style>
background-color css
<style>
a { background-color: #8662FA; }
a { background-color: rgb(134,98,250); }
div.DivClassName
{
background-color: #8662FA;
}
.BgClassName
{
background-color: #8662FA;
}
</style>
border-color css
<style>
span { border-color: #8662FA; }
span { border-color: rgb(134,98,250); }
td.TdClassName
{
border-color: #8662FA;
}
.TagClassName
{
border-color: #8662FA;
}
</style>