Shades of Light Slate Blue #8865FE
Tints of Light Slate Blue #8865FE
RGB
CMYK
RGB Variations
Color information
#8865FE (or 0x8865FE) is known color: Light Slate Blue. HEX triplet: 88, 65 and FE. RGB value is (136,101,254). Sum of RGB (Red+Green+Blue) = 136+101+254=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #8865FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8865FE is #779A01. Grayscale: #808080. Windows color (decimal): -7838210 or 16672136. OLE color: 16672136.
HSL color Cylindrical-coordinate representation of color #8865FE: hue angle of 253.73º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8865FE is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 101 | 254 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.00 |
| HSL | 253.73º | 0.99% | 0.7% | - |
| HSV(B) | 253.73º | 0.6% | 1% | - |
| XYZ | 32.7 | 21.7 | 96.23 | - |
| YUV | 128.91 | 198.6 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 254 | 0.46 | 0.60 | 0 | 0.00 | 253.73 | 0.99 | 0.7 |
| Hex | 88 | 65 | FE | 2E | 3C | 0 | 0 | FE | 63 | 46 |
| Octal | 210 | 145 | 376 | 56 | 74 | 0 | 0 | 376 | 143 | 106 |
| Binary | 10001000 | 1100101 | 11111110 | 101110 | 111100 | 0 | 0 | 11111110 | 1100011 | 1000110 |
Color Harmonies of #8865FE
Complementary color
Monochromatic Colors of #8865FE
Black with #8865FE
Text Example
Text Example
White with #8865FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8865FE; }
p { color: rgb(136,101,254); }
H1.HeaderClassName
{
color: #8865FE;
}
.AnyTagClassName
{
color: #8865FE;
}
</style>
background-color css
<style>
a { background-color: #8865FE; }
a { background-color: rgb(136,101,254); }
div.DivClassName
{
background-color: #8865FE;
}
.BgClassName
{
background-color: #8865FE;
}
</style>
border-color css
<style>
span { border-color: #8865FE; }
span { border-color: rgb(136,101,254); }
td.TdClassName
{
border-color: #8865FE;
}
.TagClassName
{
border-color: #8865FE;
}
</style>