Shades of Light Slate Blue #875BFD
Tints of Light Slate Blue #875BFD
RGB
CMYK
RGB Variations
Color information
#875BFD (or 0x875BFD) is known color: Light Slate Blue. HEX triplet: 87, 5B and FD. RGB value is (135,91,253). Sum of RGB (Red+Green+Blue) = 135+91+253=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #875BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BFD is #78A402. Grayscale: #7A7A7A. Windows color (decimal): -7906307 or 16604039. OLE color: 16604039.
HSL color Cylindrical-coordinate representation of color #875BFD: hue angle of 256.3º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875BFD is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 91 | 253 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.01 |
| HSL | 256.3º | 0.98% | 0.67% | - |
| HSV(B) | 256.3º | 0.64% | 0.99% | - |
| XYZ | 31.46 | 19.72 | 95.08 | - |
| YUV | 122.62 | 201.58 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 253 | 0.47 | 0.64 | 0 | 0.01 | 256.3 | 0.98 | 0.67 |
| Hex | 87 | 5B | FD | 2F | 40 | 0 | 1 | 100 | 62 | 43 |
| Octal | 207 | 133 | 375 | 57 | 100 | 0 | 1 | 400 | 142 | 103 |
| Binary | 10000111 | 1011011 | 11111101 | 101111 | 1000000 | 0 | 1 | 100000000 | 1100010 | 1000011 |
Color Harmonies of #875BFD
Complementary color
Monochromatic Colors of #875BFD
Black with #875BFD
Text Example
Text Example
White with #875BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BFD; }
p { color: rgb(135,91,253); }
H1.HeaderClassName
{
color: #875BFD;
}
.AnyTagClassName
{
color: #875BFD;
}
</style>
background-color css
<style>
a { background-color: #875BFD; }
a { background-color: rgb(135,91,253); }
div.DivClassName
{
background-color: #875BFD;
}
.BgClassName
{
background-color: #875BFD;
}
</style>
border-color css
<style>
span { border-color: #875BFD; }
span { border-color: rgb(135,91,253); }
td.TdClassName
{
border-color: #875BFD;
}
.TagClassName
{
border-color: #875BFD;
}
</style>