Shades of Light Slate Blue #8872FE
Tints of Light Slate Blue #8872FE
RGB
CMYK
RGB Variations
Color information
#8872FE (or 0x8872FE) is known color: Light Slate Blue. HEX triplet: 88, 72 and FE. RGB value is (136,114,254). Sum of RGB (Red+Green+Blue) = 136+114+254=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #8872FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8872FE is #778D01. Grayscale: #888888. Windows color (decimal): -7834882 or 16675464. OLE color: 16675464.
HSL color Cylindrical-coordinate representation of color #8872FE: hue angle of 249.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8872FE is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 114 | 254 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.00 |
| HSL | 249.43º | 0.99% | 0.72% | - |
| HSV(B) | 249.43º | 0.55% | 1% | - |
| XYZ | 34.06 | 24.42 | 96.69 | - |
| YUV | 136.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 254 | 0.46 | 0.55 | 0 | 0.00 | 249.43 | 0.99 | 0.72 |
| Hex | 88 | 72 | FE | 2E | 37 | 0 | 0 | F9 | 63 | 48 |
| Octal | 210 | 162 | 376 | 56 | 67 | 0 | 0 | 371 | 143 | 110 |
| Binary | 10001000 | 1110010 | 11111110 | 101110 | 110111 | 0 | 0 | 11111001 | 1100011 | 1001000 |
Color Harmonies of #8872FE
Complementary color
Monochromatic Colors of #8872FE
Black with #8872FE
Text Example
Text Example
White with #8872FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8872FE; }
p { color: rgb(136,114,254); }
H1.HeaderClassName
{
color: #8872FE;
}
.AnyTagClassName
{
color: #8872FE;
}
</style>
background-color css
<style>
a { background-color: #8872FE; }
a { background-color: rgb(136,114,254); }
div.DivClassName
{
background-color: #8872FE;
}
.BgClassName
{
background-color: #8872FE;
}
</style>
border-color css
<style>
span { border-color: #8872FE; }
span { border-color: rgb(136,114,254); }
td.TdClassName
{
border-color: #8872FE;
}
.TagClassName
{
border-color: #8872FE;
}
</style>