Shades of Light Slate Blue #8864FE
Tints of Light Slate Blue #8864FE
RGB
CMYK
RGB Variations
Color information
#8864FE (or 0x8864FE) is known color: Light Slate Blue. HEX triplet: 88, 64 and FE. RGB value is (136,100,254). Sum of RGB (Red+Green+Blue) = 136+100+254=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #8864FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8864FE is #779B01. Grayscale: #7F7F7F. Windows color (decimal): -7838466 or 16671880. OLE color: 16671880.
HSL color Cylindrical-coordinate representation of color #8864FE: hue angle of 254.03º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8864FE is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 100 | 254 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.00 |
| HSL | 254.03º | 0.99% | 0.69% | - |
| HSV(B) | 254.03º | 0.61% | 1% | - |
| XYZ | 32.6 | 21.5 | 96.2 | - |
| YUV | 128.32 | 198.93 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 254 | 0.46 | 0.61 | 0 | 0.00 | 254.03 | 0.99 | 0.69 |
| Hex | 88 | 64 | FE | 2E | 3D | 0 | 0 | FE | 63 | 45 |
| Octal | 210 | 144 | 376 | 56 | 75 | 0 | 0 | 376 | 143 | 105 |
| Binary | 10001000 | 1100100 | 11111110 | 101110 | 111101 | 0 | 0 | 11111110 | 1100011 | 1000101 |
Color Harmonies of #8864FE
Complementary color
Monochromatic Colors of #8864FE
Black with #8864FE
Text Example
Text Example
White with #8864FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8864FE; }
p { color: rgb(136,100,254); }
H1.HeaderClassName
{
color: #8864FE;
}
.AnyTagClassName
{
color: #8864FE;
}
</style>
background-color css
<style>
a { background-color: #8864FE; }
a { background-color: rgb(136,100,254); }
div.DivClassName
{
background-color: #8864FE;
}
.BgClassName
{
background-color: #8864FE;
}
</style>
border-color css
<style>
span { border-color: #8864FE; }
span { border-color: rgb(136,100,254); }
td.TdClassName
{
border-color: #8864FE;
}
.TagClassName
{
border-color: #8864FE;
}
</style>