Shades of Light Slate Blue #8875FE
Tints of Light Slate Blue #8875FE
RGB
CMYK
RGB Variations
Color information
#8875FE (or 0x8875FE) is known color: Light Slate Blue. HEX triplet: 88, 75 and FE. RGB value is (136,117,254). Sum of RGB (Red+Green+Blue) = 136+117+254=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #8875FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8875FE is #778A01. Grayscale: #898989. Windows color (decimal): -7834114 or 16676232. OLE color: 16676232.
HSL color Cylindrical-coordinate representation of color #8875FE: hue angle of 248.32º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8875FE is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 117 | 254 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.00 |
| HSL | 248.32º | 0.99% | 0.73% | - |
| HSV(B) | 248.32º | 0.54% | 1% | - |
| XYZ | 34.4 | 25.11 | 96.8 | - |
| YUV | 138.3 | 193.29 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 117 | 254 | 0.46 | 0.54 | 0 | 0.00 | 248.32 | 0.99 | 0.73 |
| Hex | 88 | 75 | FE | 2E | 36 | 0 | 0 | F8 | 63 | 49 |
| Octal | 210 | 165 | 376 | 56 | 66 | 0 | 0 | 370 | 143 | 111 |
| Binary | 10001000 | 1110101 | 11111110 | 101110 | 110110 | 0 | 0 | 11111000 | 1100011 | 1001001 |
Color Harmonies of #8875FE
Complementary color
Monochromatic Colors of #8875FE
Black with #8875FE
Text Example
Text Example
White with #8875FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8875FE; }
p { color: rgb(136,117,254); }
H1.HeaderClassName
{
color: #8875FE;
}
.AnyTagClassName
{
color: #8875FE;
}
</style>
background-color css
<style>
a { background-color: #8875FE; }
a { background-color: rgb(136,117,254); }
div.DivClassName
{
background-color: #8875FE;
}
.BgClassName
{
background-color: #8875FE;
}
</style>
border-color css
<style>
span { border-color: #8875FE; }
span { border-color: rgb(136,117,254); }
td.TdClassName
{
border-color: #8875FE;
}
.TagClassName
{
border-color: #8875FE;
}
</style>