Shades of Light Slate Blue #8653FF
Tints of Light Slate Blue #8653FF
RGB
CMYK
RGB Variations
Color information
#8653FF (or 0x8653FF) is known color: Light Slate Blue. HEX triplet: 86, 53 and FF. RGB value is (134,83,255). Sum of RGB (Red+Green+Blue) = 134+83+255=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #8653FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8653FF is #79AC00. Grayscale: #757575. Windows color (decimal): -7973889 or 16733062. OLE color: 16733062.
HSL color Cylindrical-coordinate representation of color #8653FF: hue angle of 257.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8653FF is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 83 | 255 | - |
| CMYK | 0.47 | 0.67 | 0 | 0 |
| HSL | 257.79º | 1% | 0.66% | - |
| HSV(B) | 257.79º | 0.67% | 1% | - |
| XYZ | 30.97 | 18.47 | 96.54 | - |
| YUV | 117.86 | 205.4 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 255 | 0.47 | 0.67 | 0 | 0 | 257.79 | 1 | 0.66 |
| Hex | 86 | 53 | FF | 2F | 43 | 0 | 0 | 102 | 64 | 42 |
| Octal | 206 | 123 | 377 | 57 | 103 | 0 | 0 | 402 | 144 | 102 |
| Binary | 10000110 | 1010011 | 11111111 | 101111 | 1000011 | 0 | 0 | 100000010 | 1100100 | 1000010 |
Color Harmonies of #8653FF
Complementary color
Monochromatic Colors of #8653FF
Black with #8653FF
Text Example
Text Example
White with #8653FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8653FF; }
p { color: rgb(134,83,255); }
H1.HeaderClassName
{
color: #8653FF;
}
.AnyTagClassName
{
color: #8653FF;
}
</style>
background-color css
<style>
a { background-color: #8653FF; }
a { background-color: rgb(134,83,255); }
div.DivClassName
{
background-color: #8653FF;
}
.BgClassName
{
background-color: #8653FF;
}
</style>
border-color css
<style>
span { border-color: #8653FF; }
span { border-color: rgb(134,83,255); }
td.TdClassName
{
border-color: #8653FF;
}
.TagClassName
{
border-color: #8653FF;
}
</style>