Shades of Light Slate Blue #885AFB
Tints of Light Slate Blue #885AFB
RGB
CMYK
RGB Variations
Color information
#885AFB (or 0x885AFB) is known color: Light Slate Blue. HEX triplet: 88, 5A and FB. RGB value is (136,90,251). Sum of RGB (Red+Green+Blue) = 136+90+251=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #885AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AFB is #77A504. Grayscale: #797979. Windows color (decimal): -7841029 or 16472712. OLE color: 16472712.
HSL color Cylindrical-coordinate representation of color #885AFB: hue angle of 257.14º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #885AFB is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 90 | 251 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.02 |
| HSL | 257.14º | 0.95% | 0.67% | - |
| HSV(B) | 257.14º | 0.64% | 0.98% | - |
| XYZ | 31.22 | 19.51 | 93.39 | - |
| YUV | 122.11 | 200.74 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 251 | 0.46 | 0.64 | 0 | 0.02 | 257.14 | 0.95 | 0.67 |
| Hex | 88 | 5A | FB | 2E | 40 | 0 | 2 | 101 | 5F | 43 |
| Octal | 210 | 132 | 373 | 56 | 100 | 0 | 2 | 401 | 137 | 103 |
| Binary | 10001000 | 1011010 | 11111011 | 101110 | 1000000 | 0 | 10 | 100000001 | 1011111 | 1000011 |
Color Harmonies of #885AFB
Complementary color
Monochromatic Colors of #885AFB
Black with #885AFB
Text Example
Text Example
White with #885AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AFB; }
p { color: rgb(136,90,251); }
H1.HeaderClassName
{
color: #885AFB;
}
.AnyTagClassName
{
color: #885AFB;
}
</style>
background-color css
<style>
a { background-color: #885AFB; }
a { background-color: rgb(136,90,251); }
div.DivClassName
{
background-color: #885AFB;
}
.BgClassName
{
background-color: #885AFB;
}
</style>
border-color css
<style>
span { border-color: #885AFB; }
span { border-color: rgb(136,90,251); }
td.TdClassName
{
border-color: #885AFB;
}
.TagClassName
{
border-color: #885AFB;
}
</style>