Shades of Light Slate Blue #875DFB
Tints of Light Slate Blue #875DFB
RGB
CMYK
RGB Variations
Color information
#875DFB (or 0x875DFB) is known color: Light Slate Blue. HEX triplet: 87, 5D and FB. RGB value is (135,93,251). Sum of RGB (Red+Green+Blue) = 135+93+251=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #875DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875DFB is #78A204. Grayscale: #7A7A7A. Windows color (decimal): -7905797 or 16473479. OLE color: 16473479.
HSL color Cylindrical-coordinate representation of color #875DFB: hue angle of 255.95º degrees, saturation: 0.95, 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 #875DFB is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 93 | 251 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.02 |
| HSL | 255.95º | 0.95% | 0.67% | - |
| HSV(B) | 255.95º | 0.63% | 0.98% | - |
| XYZ | 31.32 | 19.94 | 93.47 | - |
| YUV | 123.57 | 199.91 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 251 | 0.46 | 0.63 | 0 | 0.02 | 255.95 | 0.95 | 0.67 |
| Hex | 87 | 5D | FB | 2E | 3F | 0 | 2 | 100 | 5F | 43 |
| Octal | 207 | 135 | 373 | 56 | 77 | 0 | 2 | 400 | 137 | 103 |
| Binary | 10000111 | 1011101 | 11111011 | 101110 | 111111 | 0 | 10 | 100000000 | 1011111 | 1000011 |
Color Harmonies of #875DFB
Complementary color
Monochromatic Colors of #875DFB
Black with #875DFB
Text Example
Text Example
White with #875DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DFB; }
p { color: rgb(135,93,251); }
H1.HeaderClassName
{
color: #875DFB;
}
.AnyTagClassName
{
color: #875DFB;
}
</style>
background-color css
<style>
a { background-color: #875DFB; }
a { background-color: rgb(135,93,251); }
div.DivClassName
{
background-color: #875DFB;
}
.BgClassName
{
background-color: #875DFB;
}
</style>
border-color css
<style>
span { border-color: #875DFB; }
span { border-color: rgb(135,93,251); }
td.TdClassName
{
border-color: #875DFB;
}
.TagClassName
{
border-color: #875DFB;
}
</style>