Shades of Light Slate Blue #875BFC
Tints of Light Slate Blue #875BFC
RGB
CMYK
RGB Variations
Color information
#875BFC (or 0x875BFC) is known color: Light Slate Blue. HEX triplet: 87, 5B and FC. RGB value is (135,91,252). Sum of RGB (Red+Green+Blue) = 135+91+252=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #875BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BFC is #78A403. Grayscale: #797979. Windows color (decimal): -7906308 or 16538503. OLE color: 16538503.
HSL color Cylindrical-coordinate representation of color #875BFC: hue angle of 256.4º degrees, saturation: 0.96, 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 #875BFC is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 91 | 252 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.01 |
| HSL | 256.4º | 0.96% | 0.67% | - |
| HSV(B) | 256.4º | 0.64% | 0.99% | - |
| XYZ | 31.3 | 19.66 | 94.24 | - |
| YUV | 122.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 252 | 0.46 | 0.64 | 0 | 0.01 | 256.4 | 0.96 | 0.67 |
| Hex | 87 | 5B | FC | 2E | 40 | 0 | 1 | 100 | 60 | 43 |
| Octal | 207 | 133 | 374 | 56 | 100 | 0 | 1 | 400 | 140 | 103 |
| Binary | 10000111 | 1011011 | 11111100 | 101110 | 1000000 | 0 | 1 | 100000000 | 1100000 | 1000011 |
Color Harmonies of #875BFC
Complementary color
Monochromatic Colors of #875BFC
Black with #875BFC
Text Example
Text Example
White with #875BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BFC; }
p { color: rgb(135,91,252); }
H1.HeaderClassName
{
color: #875BFC;
}
.AnyTagClassName
{
color: #875BFC;
}
</style>
background-color css
<style>
a { background-color: #875BFC; }
a { background-color: rgb(135,91,252); }
div.DivClassName
{
background-color: #875BFC;
}
.BgClassName
{
background-color: #875BFC;
}
</style>
border-color css
<style>
span { border-color: #875BFC; }
span { border-color: rgb(135,91,252); }
td.TdClassName
{
border-color: #875BFC;
}
.TagClassName
{
border-color: #875BFC;
}
</style>