Shades of Light Slate Blue #875EFD
Tints of Light Slate Blue #875EFD
RGB
CMYK
RGB Variations
Color information
#875EFD (or 0x875EFD) is known color: Light Slate Blue. HEX triplet: 87, 5E and FD. RGB value is (135,94,253). Sum of RGB (Red+Green+Blue) = 135+94+253=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #875EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875EFD is #78A102. Grayscale: #7B7B7B. Windows color (decimal): -7905539 or 16604807. OLE color: 16604807.
HSL color Cylindrical-coordinate representation of color #875EFD: hue angle of 255.47º degrees, saturation: 0.98, 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 #875EFD is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 94 | 253 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.01 |
| HSL | 255.47º | 0.98% | 0.68% | - |
| HSV(B) | 255.47º | 0.63% | 0.99% | - |
| XYZ | 31.72 | 20.25 | 95.16 | - |
| YUV | 124.39 | 200.58 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 253 | 0.47 | 0.63 | 0 | 0.01 | 255.47 | 0.98 | 0.68 |
| Hex | 87 | 5E | FD | 2F | 3F | 0 | 1 | FF | 62 | 44 |
| Octal | 207 | 136 | 375 | 57 | 77 | 0 | 1 | 377 | 142 | 104 |
| Binary | 10000111 | 1011110 | 11111101 | 101111 | 111111 | 0 | 1 | 11111111 | 1100010 | 1000100 |
Color Harmonies of #875EFD
Complementary color
Monochromatic Colors of #875EFD
Black with #875EFD
Text Example
Text Example
White with #875EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875EFD; }
p { color: rgb(135,94,253); }
H1.HeaderClassName
{
color: #875EFD;
}
.AnyTagClassName
{
color: #875EFD;
}
</style>
background-color css
<style>
a { background-color: #875EFD; }
a { background-color: rgb(135,94,253); }
div.DivClassName
{
background-color: #875EFD;
}
.BgClassName
{
background-color: #875EFD;
}
</style>
border-color css
<style>
span { border-color: #875EFD; }
span { border-color: rgb(135,94,253); }
td.TdClassName
{
border-color: #875EFD;
}
.TagClassName
{
border-color: #875EFD;
}
</style>