Shades of Light Slate Blue #885AFD
Tints of Light Slate Blue #885AFD
RGB
CMYK
RGB Variations
Color information
#885AFD (or 0x885AFD) is known color: Light Slate Blue. HEX triplet: 88, 5A and FD. RGB value is (136,90,253). Sum of RGB (Red+Green+Blue) = 136+90+253=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #885AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AFD is #77A502. Grayscale: #797979. Windows color (decimal): -7841027 or 16603784. OLE color: 16603784.
HSL color Cylindrical-coordinate representation of color #885AFD: hue angle of 256.93º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #885AFD is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 90 | 253 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.01 |
| HSL | 256.93º | 0.98% | 0.67% | - |
| HSV(B) | 256.93º | 0.64% | 0.99% | - |
| XYZ | 31.54 | 19.64 | 95.06 | - |
| YUV | 122.34 | 201.74 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 253 | 0.46 | 0.64 | 0 | 0.01 | 256.93 | 0.98 | 0.67 |
| Hex | 88 | 5A | FD | 2E | 40 | 0 | 1 | 101 | 62 | 43 |
| Octal | 210 | 132 | 375 | 56 | 100 | 0 | 1 | 401 | 142 | 103 |
| Binary | 10001000 | 1011010 | 11111101 | 101110 | 1000000 | 0 | 1 | 100000001 | 1100010 | 1000011 |
Color Harmonies of #885AFD
Complementary color
Monochromatic Colors of #885AFD
Black with #885AFD
Text Example
Text Example
White with #885AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AFD; }
p { color: rgb(136,90,253); }
H1.HeaderClassName
{
color: #885AFD;
}
.AnyTagClassName
{
color: #885AFD;
}
</style>
background-color css
<style>
a { background-color: #885AFD; }
a { background-color: rgb(136,90,253); }
div.DivClassName
{
background-color: #885AFD;
}
.BgClassName
{
background-color: #885AFD;
}
</style>
border-color css
<style>
span { border-color: #885AFD; }
span { border-color: rgb(136,90,253); }
td.TdClassName
{
border-color: #885AFD;
}
.TagClassName
{
border-color: #885AFD;
}
</style>