Shades of Light Slate Blue #8659FF
Tints of Light Slate Blue #8659FF
RGB
CMYK
RGB Variations
Color information
#8659FF (or 0x8659FF) is known color: Light Slate Blue. HEX triplet: 86, 59 and FF. RGB value is (134,89,255). Sum of RGB (Red+Green+Blue) = 134+89+255=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #8659FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8659FF is #79A600. Grayscale: #787878. Windows color (decimal): -7972353 or 16734598. OLE color: 16734598.
HSL color Cylindrical-coordinate representation of color #8659FF: hue angle of 256.27º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8659FF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 89 | 255 | - |
| CMYK | 0.47 | 0.65 | 0 | 0 |
| HSL | 256.27º | 1% | 0.67% | - |
| HSV(B) | 256.27º | 0.65% | 1% | - |
| XYZ | 31.45 | 19.43 | 96.7 | - |
| YUV | 121.38 | 203.41 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 255 | 0.47 | 0.65 | 0 | 0 | 256.27 | 1 | 0.67 |
| Hex | 86 | 59 | FF | 2F | 41 | 0 | 0 | 100 | 64 | 43 |
| Octal | 206 | 131 | 377 | 57 | 101 | 0 | 0 | 400 | 144 | 103 |
| Binary | 10000110 | 1011001 | 11111111 | 101111 | 1000001 | 0 | 0 | 100000000 | 1100100 | 1000011 |
Color Harmonies of #8659FF
Complementary color
Monochromatic Colors of #8659FF
Black with #8659FF
Text Example
Text Example
White with #8659FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8659FF; }
p { color: rgb(134,89,255); }
H1.HeaderClassName
{
color: #8659FF;
}
.AnyTagClassName
{
color: #8659FF;
}
</style>
background-color css
<style>
a { background-color: #8659FF; }
a { background-color: rgb(134,89,255); }
div.DivClassName
{
background-color: #8659FF;
}
.BgClassName
{
background-color: #8659FF;
}
</style>
border-color css
<style>
span { border-color: #8659FF; }
span { border-color: rgb(134,89,255); }
td.TdClassName
{
border-color: #8659FF;
}
.TagClassName
{
border-color: #8659FF;
}
</style>