Shades of Light Slate Blue #885AFE
Tints of Light Slate Blue #885AFE
RGB
CMYK
RGB Variations
Color information
#885AFE (or 0x885AFE) is known color: Light Slate Blue. HEX triplet: 88, 5A and FE. RGB value is (136,90,254). Sum of RGB (Red+Green+Blue) = 136+90+254=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #885AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AFE is #77A501. Grayscale: #797979. Windows color (decimal): -7841026 or 16669320. OLE color: 16669320.
HSL color Cylindrical-coordinate representation of color #885AFE: hue angle of 256.83º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #885AFE is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 90 | 254 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.00 |
| HSL | 256.83º | 0.99% | 0.67% | - |
| HSV(B) | 256.83º | 0.65% | 1% | - |
| XYZ | 31.7 | 19.7 | 95.9 | - |
| YUV | 122.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 254 | 0.46 | 0.65 | 0 | 0.00 | 256.83 | 0.99 | 0.67 |
| Hex | 88 | 5A | FE | 2E | 41 | 0 | 0 | 101 | 63 | 43 |
| Octal | 210 | 132 | 376 | 56 | 101 | 0 | 0 | 401 | 143 | 103 |
| Binary | 10001000 | 1011010 | 11111110 | 101110 | 1000001 | 0 | 0 | 100000001 | 1100011 | 1000011 |
Color Harmonies of #885AFE
Complementary color
Monochromatic Colors of #885AFE
Black with #885AFE
Text Example
Text Example
White with #885AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AFE; }
p { color: rgb(136,90,254); }
H1.HeaderClassName
{
color: #885AFE;
}
.AnyTagClassName
{
color: #885AFE;
}
</style>
background-color css
<style>
a { background-color: #885AFE; }
a { background-color: rgb(136,90,254); }
div.DivClassName
{
background-color: #885AFE;
}
.BgClassName
{
background-color: #885AFE;
}
</style>
border-color css
<style>
span { border-color: #885AFE; }
span { border-color: rgb(136,90,254); }
td.TdClassName
{
border-color: #885AFE;
}
.TagClassName
{
border-color: #885AFE;
}
</style>