Shades of Light Slate Blue #875DFD
Tints of Light Slate Blue #875DFD
RGB
CMYK
RGB Variations
Color information
#875DFD (or 0x875DFD) is known color: Light Slate Blue. HEX triplet: 87, 5D and FD. RGB value is (135,93,253). Sum of RGB (Red+Green+Blue) = 135+93+253=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #875DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875DFD is #78A202. Grayscale: #7B7B7B. Windows color (decimal): -7905795 or 16604551. OLE color: 16604551.
HSL color Cylindrical-coordinate representation of color #875DFD: hue angle of 255.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #875DFD is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 93 | 253 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.01 |
| HSL | 255.75º | 0.98% | 0.68% | - |
| HSV(B) | 255.75º | 0.63% | 0.99% | - |
| XYZ | 31.64 | 20.07 | 95.14 | - |
| YUV | 123.8 | 200.91 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 253 | 0.47 | 0.63 | 0 | 0.01 | 255.75 | 0.98 | 0.68 |
| Hex | 87 | 5D | FD | 2F | 3F | 0 | 1 | 100 | 62 | 44 |
| Octal | 207 | 135 | 375 | 57 | 77 | 0 | 1 | 400 | 142 | 104 |
| Binary | 10000111 | 1011101 | 11111101 | 101111 | 111111 | 0 | 1 | 100000000 | 1100010 | 1000100 |
Color Harmonies of #875DFD
Complementary color
Monochromatic Colors of #875DFD
Black with #875DFD
Text Example
Text Example
White with #875DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DFD; }
p { color: rgb(135,93,253); }
H1.HeaderClassName
{
color: #875DFD;
}
.AnyTagClassName
{
color: #875DFD;
}
</style>
background-color css
<style>
a { background-color: #875DFD; }
a { background-color: rgb(135,93,253); }
div.DivClassName
{
background-color: #875DFD;
}
.BgClassName
{
background-color: #875DFD;
}
</style>
border-color css
<style>
span { border-color: #875DFD; }
span { border-color: rgb(135,93,253); }
td.TdClassName
{
border-color: #875DFD;
}
.TagClassName
{
border-color: #875DFD;
}
</style>