Shades of Light Slate Blue #875BFE
Tints of Light Slate Blue #875BFE
RGB
CMYK
RGB Variations
Color information
#875BFE (or 0x875BFE) is known color: Light Slate Blue. HEX triplet: 87, 5B and FE. RGB value is (135,91,254). Sum of RGB (Red+Green+Blue) = 135+91+254=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #875BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BFE is #78A401. Grayscale: #7A7A7A. Windows color (decimal): -7906306 or 16669575. OLE color: 16669575.
HSL color Cylindrical-coordinate representation of color #875BFE: hue angle of 256.2º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875BFE is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 91 | 254 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.00 |
| HSL | 256.2º | 0.99% | 0.68% | - |
| HSV(B) | 256.2º | 0.64% | 1% | - |
| XYZ | 31.62 | 19.79 | 95.92 | - |
| YUV | 122.74 | 202.08 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 254 | 0.47 | 0.64 | 0 | 0.00 | 256.2 | 0.99 | 0.68 |
| Hex | 87 | 5B | FE | 2F | 40 | 0 | 0 | 100 | 63 | 44 |
| Octal | 207 | 133 | 376 | 57 | 100 | 0 | 0 | 400 | 143 | 104 |
| Binary | 10000111 | 1011011 | 11111110 | 101111 | 1000000 | 0 | 0 | 100000000 | 1100011 | 1000100 |
Color Harmonies of #875BFE
Complementary color
Monochromatic Colors of #875BFE
Black with #875BFE
Text Example
Text Example
White with #875BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BFE; }
p { color: rgb(135,91,254); }
H1.HeaderClassName
{
color: #875BFE;
}
.AnyTagClassName
{
color: #875BFE;
}
</style>
background-color css
<style>
a { background-color: #875BFE; }
a { background-color: rgb(135,91,254); }
div.DivClassName
{
background-color: #875BFE;
}
.BgClassName
{
background-color: #875BFE;
}
</style>
border-color css
<style>
span { border-color: #875BFE; }
span { border-color: rgb(135,91,254); }
td.TdClassName
{
border-color: #875BFE;
}
.TagClassName
{
border-color: #875BFE;
}
</style>