Shades of Light Slate Blue #885CFA
Tints of Light Slate Blue #885CFA
RGB
CMYK
RGB Variations
Color information
#885CFA (or 0x885CFA) is known color: Light Slate Blue. HEX triplet: 88, 5C and FA. RGB value is (136,92,250). Sum of RGB (Red+Green+Blue) = 136+92+250=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #885CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885CFA is #77A305. Grayscale: #7A7A7A. Windows color (decimal): -7840518 or 16407688. OLE color: 16407688.
HSL color Cylindrical-coordinate representation of color #885CFA: hue angle of 256.71º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885CFA is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 92 | 250 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.02 |
| HSL | 256.71º | 0.94% | 0.67% | - |
| HSV(B) | 256.71º | 0.63% | 0.98% | - |
| XYZ | 31.24 | 19.79 | 92.62 | - |
| YUV | 123.17 | 199.58 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 250 | 0.46 | 0.63 | 0 | 0.02 | 256.71 | 0.94 | 0.67 |
| Hex | 88 | 5C | FA | 2E | 3F | 0 | 2 | 101 | 5E | 43 |
| Octal | 210 | 134 | 372 | 56 | 77 | 0 | 2 | 401 | 136 | 103 |
| Binary | 10001000 | 1011100 | 11111010 | 101110 | 111111 | 0 | 10 | 100000001 | 1011110 | 1000011 |
Color Harmonies of #885CFA
Complementary color
Monochromatic Colors of #885CFA
Black with #885CFA
Text Example
Text Example
White with #885CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885CFA; }
p { color: rgb(136,92,250); }
H1.HeaderClassName
{
color: #885CFA;
}
.AnyTagClassName
{
color: #885CFA;
}
</style>
background-color css
<style>
a { background-color: #885CFA; }
a { background-color: rgb(136,92,250); }
div.DivClassName
{
background-color: #885CFA;
}
.BgClassName
{
background-color: #885CFA;
}
</style>
border-color css
<style>
span { border-color: #885CFA; }
span { border-color: rgb(136,92,250); }
td.TdClassName
{
border-color: #885CFA;
}
.TagClassName
{
border-color: #885CFA;
}
</style>