Shades of Light Slate Blue #8662FF
Tints of Light Slate Blue #8662FF
RGB
CMYK
RGB Variations
Color information
#8662FF (or 0x8662FF) is known color: Light Slate Blue. HEX triplet: 86, 62 and FF. RGB value is (134,98,255). Sum of RGB (Red+Green+Blue) = 134+98+255=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #8662FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8662FF is #799D00. Grayscale: #7E7E7E. Windows color (decimal): -7970049 or 16736902. OLE color: 16736902.
HSL color Cylindrical-coordinate representation of color #8662FF: hue angle of 253.76º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8662FF is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 98 | 255 | - |
| CMYK | 0.47 | 0.62 | 0 | 0 |
| HSL | 253.76º | 1% | 0.69% | - |
| HSV(B) | 253.76º | 0.62% | 1% | - |
| XYZ | 32.25 | 21.02 | 96.97 | - |
| YUV | 126.66 | 200.43 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 255 | 0.47 | 0.62 | 0 | 0 | 253.76 | 1 | 0.69 |
| Hex | 86 | 62 | FF | 2F | 3E | 0 | 0 | FE | 64 | 45 |
| Octal | 206 | 142 | 377 | 57 | 76 | 0 | 0 | 376 | 144 | 105 |
| Binary | 10000110 | 1100010 | 11111111 | 101111 | 111110 | 0 | 0 | 11111110 | 1100100 | 1000101 |
Color Harmonies of #8662FF
Complementary color
Monochromatic Colors of #8662FF
Black with #8662FF
Text Example
Text Example
White with #8662FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662FF; }
p { color: rgb(134,98,255); }
H1.HeaderClassName
{
color: #8662FF;
}
.AnyTagClassName
{
color: #8662FF;
}
</style>
background-color css
<style>
a { background-color: #8662FF; }
a { background-color: rgb(134,98,255); }
div.DivClassName
{
background-color: #8662FF;
}
.BgClassName
{
background-color: #8662FF;
}
</style>
border-color css
<style>
span { border-color: #8662FF; }
span { border-color: rgb(134,98,255); }
td.TdClassName
{
border-color: #8662FF;
}
.TagClassName
{
border-color: #8662FF;
}
</style>