Shades of Light Slate Blue #885DFC
Tints of Light Slate Blue #885DFC
RGB
CMYK
RGB Variations
Color information
#885DFC (or 0x885DFC) is known color: Light Slate Blue. HEX triplet: 88, 5D and FC. RGB value is (136,93,252). Sum of RGB (Red+Green+Blue) = 136+93+252=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #885DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885DFC is #77A203. Grayscale: #7B7B7B. Windows color (decimal): -7840260 or 16539016. OLE color: 16539016.
HSL color Cylindrical-coordinate representation of color #885DFC: hue angle of 256.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885DFC is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 93 | 252 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.01 |
| HSL | 256.23º | 0.96% | 0.68% | - |
| HSV(B) | 256.23º | 0.63% | 0.99% | - |
| XYZ | 31.64 | 20.09 | 94.31 | - |
| YUV | 123.98 | 200.25 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 252 | 0.46 | 0.63 | 0 | 0.01 | 256.23 | 0.96 | 0.68 |
| Hex | 88 | 5D | FC | 2E | 3F | 0 | 1 | 100 | 60 | 44 |
| Octal | 210 | 135 | 374 | 56 | 77 | 0 | 1 | 400 | 140 | 104 |
| Binary | 10001000 | 1011101 | 11111100 | 101110 | 111111 | 0 | 1 | 100000000 | 1100000 | 1000100 |
Color Harmonies of #885DFC
Complementary color
Monochromatic Colors of #885DFC
Black with #885DFC
Text Example
Text Example
White with #885DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885DFC; }
p { color: rgb(136,93,252); }
H1.HeaderClassName
{
color: #885DFC;
}
.AnyTagClassName
{
color: #885DFC;
}
</style>
background-color css
<style>
a { background-color: #885DFC; }
a { background-color: rgb(136,93,252); }
div.DivClassName
{
background-color: #885DFC;
}
.BgClassName
{
background-color: #885DFC;
}
</style>
border-color css
<style>
span { border-color: #885DFC; }
span { border-color: rgb(136,93,252); }
td.TdClassName
{
border-color: #885DFC;
}
.TagClassName
{
border-color: #885DFC;
}
</style>