Shades of Light Slate Blue #8660FF
Tints of Light Slate Blue #8660FF
RGB
CMYK
RGB Variations
Color information
#8660FF (or 0x8660FF) is known color: Light Slate Blue. HEX triplet: 86, 60 and FF. RGB value is (134,96,255). Sum of RGB (Red+Green+Blue) = 134+96+255=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #8660FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8660FF is #799F00. Grayscale: #7C7C7C. Windows color (decimal): -7970561 or 16736390. OLE color: 16736390.
HSL color Cylindrical-coordinate representation of color #8660FF: hue angle of 254.34º 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 #8660FF is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 96 | 255 | - |
| CMYK | 0.47 | 0.62 | 0 | 0 |
| HSL | 254.34º | 1% | 0.69% | - |
| HSV(B) | 254.34º | 0.62% | 1% | - |
| XYZ | 32.06 | 20.65 | 96.9 | - |
| YUV | 125.49 | 201.09 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 255 | 0.47 | 0.62 | 0 | 0 | 254.34 | 1 | 0.69 |
| Hex | 86 | 60 | FF | 2F | 3E | 0 | 0 | FE | 64 | 45 |
| Octal | 206 | 140 | 377 | 57 | 76 | 0 | 0 | 376 | 144 | 105 |
| Binary | 10000110 | 1100000 | 11111111 | 101111 | 111110 | 0 | 0 | 11111110 | 1100100 | 1000101 |
Color Harmonies of #8660FF
Complementary color
Monochromatic Colors of #8660FF
Black with #8660FF
Text Example
Text Example
White with #8660FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8660FF; }
p { color: rgb(134,96,255); }
H1.HeaderClassName
{
color: #8660FF;
}
.AnyTagClassName
{
color: #8660FF;
}
</style>
background-color css
<style>
a { background-color: #8660FF; }
a { background-color: rgb(134,96,255); }
div.DivClassName
{
background-color: #8660FF;
}
.BgClassName
{
background-color: #8660FF;
}
</style>
border-color css
<style>
span { border-color: #8660FF; }
span { border-color: rgb(134,96,255); }
td.TdClassName
{
border-color: #8660FF;
}
.TagClassName
{
border-color: #8660FF;
}
</style>