Shades of Light Slate Blue #875CFE
Tints of Light Slate Blue #875CFE
RGB
CMYK
RGB Variations
Color information
#875CFE (or 0x875CFE) is known color: Light Slate Blue. HEX triplet: 87, 5C and FE. RGB value is (135,92,254). Sum of RGB (Red+Green+Blue) = 135+92+254=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #875CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875CFE is #78A301. Grayscale: #7A7A7A. Windows color (decimal): -7906050 or 16669831. OLE color: 16669831.
HSL color Cylindrical-coordinate representation of color #875CFE: hue angle of 255.93º 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 #875CFE is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 92 | 254 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.00 |
| HSL | 255.93º | 0.99% | 0.68% | - |
| HSV(B) | 255.93º | 0.64% | 1% | - |
| XYZ | 31.71 | 19.96 | 95.95 | - |
| YUV | 123.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 254 | 0.47 | 0.64 | 0 | 0.00 | 255.93 | 0.99 | 0.68 |
| Hex | 87 | 5C | FE | 2F | 40 | 0 | 0 | 100 | 63 | 44 |
| Octal | 207 | 134 | 376 | 57 | 100 | 0 | 0 | 400 | 143 | 104 |
| Binary | 10000111 | 1011100 | 11111110 | 101111 | 1000000 | 0 | 0 | 100000000 | 1100011 | 1000100 |
Color Harmonies of #875CFE
Complementary color
Monochromatic Colors of #875CFE
Black with #875CFE
Text Example
Text Example
White with #875CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875CFE; }
p { color: rgb(135,92,254); }
H1.HeaderClassName
{
color: #875CFE;
}
.AnyTagClassName
{
color: #875CFE;
}
</style>
background-color css
<style>
a { background-color: #875CFE; }
a { background-color: rgb(135,92,254); }
div.DivClassName
{
background-color: #875CFE;
}
.BgClassName
{
background-color: #875CFE;
}
</style>
border-color css
<style>
span { border-color: #875CFE; }
span { border-color: rgb(135,92,254); }
td.TdClassName
{
border-color: #875CFE;
}
.TagClassName
{
border-color: #875CFE;
}
</style>