Shades of Light Slate Blue #875EFA
Tints of Light Slate Blue #875EFA
RGB
CMYK
RGB Variations
Color information
#875EFA (or 0x875EFA) is known color: Light Slate Blue. HEX triplet: 87, 5E and FA. RGB value is (135,94,250). Sum of RGB (Red+Green+Blue) = 135+94+250=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #875EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875EFA is #78A105. Grayscale: #7B7B7B. Windows color (decimal): -7905542 or 16408199. OLE color: 16408199.
HSL color Cylindrical-coordinate representation of color #875EFA: hue angle of 255.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875EFA is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 94 | 250 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.02 |
| HSL | 255.77º | 0.94% | 0.67% | - |
| HSV(B) | 255.77º | 0.62% | 0.98% | - |
| XYZ | 31.25 | 20.06 | 92.67 | - |
| YUV | 124.04 | 199.08 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 250 | 0.46 | 0.62 | 0 | 0.02 | 255.77 | 0.94 | 0.67 |
| Hex | 87 | 5E | FA | 2E | 3E | 0 | 2 | 100 | 5E | 43 |
| Octal | 207 | 136 | 372 | 56 | 76 | 0 | 2 | 400 | 136 | 103 |
| Binary | 10000111 | 1011110 | 11111010 | 101110 | 111110 | 0 | 10 | 100000000 | 1011110 | 1000011 |
Color Harmonies of #875EFA
Complementary color
Monochromatic Colors of #875EFA
Black with #875EFA
Text Example
Text Example
White with #875EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875EFA; }
p { color: rgb(135,94,250); }
H1.HeaderClassName
{
color: #875EFA;
}
.AnyTagClassName
{
color: #875EFA;
}
</style>
background-color css
<style>
a { background-color: #875EFA; }
a { background-color: rgb(135,94,250); }
div.DivClassName
{
background-color: #875EFA;
}
.BgClassName
{
background-color: #875EFA;
}
</style>
border-color css
<style>
span { border-color: #875EFA; }
span { border-color: rgb(135,94,250); }
td.TdClassName
{
border-color: #875EFA;
}
.TagClassName
{
border-color: #875EFA;
}
</style>