Shades of Light Slate Blue #875BFB
Tints of Light Slate Blue #875BFB
RGB
CMYK
RGB Variations
Color information
#875BFB (or 0x875BFB) is known color: Light Slate Blue. HEX triplet: 87, 5B and FB. RGB value is (135,91,251). Sum of RGB (Red+Green+Blue) = 135+91+251=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #875BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BFB is #78A404. Grayscale: #797979. Windows color (decimal): -7906309 or 16472967. OLE color: 16472967.
HSL color Cylindrical-coordinate representation of color #875BFB: hue angle of 256.5º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875BFB is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 91 | 251 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.02 |
| HSL | 256.5º | 0.95% | 0.67% | - |
| HSV(B) | 256.5º | 0.64% | 0.98% | - |
| XYZ | 31.15 | 19.6 | 93.41 | - |
| YUV | 122.4 | 200.58 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 251 | 0.46 | 0.64 | 0 | 0.02 | 256.5 | 0.95 | 0.67 |
| Hex | 87 | 5B | FB | 2E | 40 | 0 | 2 | 100 | 5F | 43 |
| Octal | 207 | 133 | 373 | 56 | 100 | 0 | 2 | 400 | 137 | 103 |
| Binary | 10000111 | 1011011 | 11111011 | 101110 | 1000000 | 0 | 10 | 100000000 | 1011111 | 1000011 |
Color Harmonies of #875BFB
Complementary color
Monochromatic Colors of #875BFB
Black with #875BFB
Text Example
Text Example
White with #875BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BFB; }
p { color: rgb(135,91,251); }
H1.HeaderClassName
{
color: #875BFB;
}
.AnyTagClassName
{
color: #875BFB;
}
</style>
background-color css
<style>
a { background-color: #875BFB; }
a { background-color: rgb(135,91,251); }
div.DivClassName
{
background-color: #875BFB;
}
.BgClassName
{
background-color: #875BFB;
}
</style>
border-color css
<style>
span { border-color: #875BFB; }
span { border-color: rgb(135,91,251); }
td.TdClassName
{
border-color: #875BFB;
}
.TagClassName
{
border-color: #875BFB;
}
</style>