Shades of Light Slate Blue #875EFB
Tints of Light Slate Blue #875EFB
RGB
CMYK
RGB Variations
Color information
#875EFB (or 0x875EFB) is known color: Light Slate Blue. HEX triplet: 87, 5E and FB. RGB value is (135,94,251). Sum of RGB (Red+Green+Blue) = 135+94+251=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #875EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875EFB is #78A104. Grayscale: #7B7B7B. Windows color (decimal): -7905541 or 16473735. OLE color: 16473735.
HSL color Cylindrical-coordinate representation of color #875EFB: hue angle of 255.67º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #875EFB is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 94 | 251 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.02 |
| HSL | 255.67º | 0.95% | 0.68% | - |
| HSV(B) | 255.67º | 0.63% | 0.98% | - |
| XYZ | 31.41 | 20.12 | 93.5 | - |
| YUV | 124.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 251 | 0.46 | 0.63 | 0 | 0.02 | 255.67 | 0.95 | 0.68 |
| Hex | 87 | 5E | FB | 2E | 3F | 0 | 2 | 100 | 5F | 44 |
| Octal | 207 | 136 | 373 | 56 | 77 | 0 | 2 | 400 | 137 | 104 |
| Binary | 10000111 | 1011110 | 11111011 | 101110 | 111111 | 0 | 10 | 100000000 | 1011111 | 1000100 |
Color Harmonies of #875EFB
Complementary color
Monochromatic Colors of #875EFB
Black with #875EFB
Text Example
Text Example
White with #875EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875EFB; }
p { color: rgb(135,94,251); }
H1.HeaderClassName
{
color: #875EFB;
}
.AnyTagClassName
{
color: #875EFB;
}
</style>
background-color css
<style>
a { background-color: #875EFB; }
a { background-color: rgb(135,94,251); }
div.DivClassName
{
background-color: #875EFB;
}
.BgClassName
{
background-color: #875EFB;
}
</style>
border-color css
<style>
span { border-color: #875EFB; }
span { border-color: rgb(135,94,251); }
td.TdClassName
{
border-color: #875EFB;
}
.TagClassName
{
border-color: #875EFB;
}
</style>