Shades of Light Slate Blue #8864FF
Tints of Light Slate Blue #8864FF
RGB
CMYK
RGB Variations
Color information
#8864FF (or 0x8864FF) is known color: Light Slate Blue. HEX triplet: 88, 64 and FF. RGB value is (136,100,255). Sum of RGB (Red+Green+Blue) = 136+100+255=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #8864FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8864FF is #779B00. Grayscale: #7F7F7F. Windows color (decimal): -7838465 or 16737416. OLE color: 16737416.
HSL color Cylindrical-coordinate representation of color #8864FF: hue angle of 253.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8864FF is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 100 | 255 | - |
| CMYK | 0.47 | 0.61 | 0 | 0 |
| HSL | 253.94º | 1% | 0.7% | - |
| HSV(B) | 253.94º | 0.61% | 1% | - |
| XYZ | 32.76 | 21.57 | 97.04 | - |
| YUV | 128.43 | 199.43 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 255 | 0.47 | 0.61 | 0 | 0 | 253.94 | 1 | 0.7 |
| Hex | 88 | 64 | FF | 2F | 3D | 0 | 0 | FE | 64 | 46 |
| Octal | 210 | 144 | 377 | 57 | 75 | 0 | 0 | 376 | 144 | 106 |
| Binary | 10001000 | 1100100 | 11111111 | 101111 | 111101 | 0 | 0 | 11111110 | 1100100 | 1000110 |
Color Harmonies of #8864FF
Complementary color
Monochromatic Colors of #8864FF
Black with #8864FF
Text Example
Text Example
White with #8864FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8864FF; }
p { color: rgb(136,100,255); }
H1.HeaderClassName
{
color: #8864FF;
}
.AnyTagClassName
{
color: #8864FF;
}
</style>
background-color css
<style>
a { background-color: #8864FF; }
a { background-color: rgb(136,100,255); }
div.DivClassName
{
background-color: #8864FF;
}
.BgClassName
{
background-color: #8864FF;
}
</style>
border-color css
<style>
span { border-color: #8864FF; }
span { border-color: rgb(136,100,255); }
td.TdClassName
{
border-color: #8864FF;
}
.TagClassName
{
border-color: #8864FF;
}
</style>