Shades of Light Slate Blue #877DF2
Tints of Light Slate Blue #877DF2
RGB
CMYK
RGB Variations
Color information
#877DF2 (or 0x877DF2) is known color: Light Slate Blue. HEX triplet: 87, 7D and F2. RGB value is (135,125,242). Sum of RGB (Red+Green+Blue) = 135+125+242=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #877DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877DF2 is #78820D. Grayscale: #8C8C8C. Windows color (decimal): -7897614 or 15891847. OLE color: 15891847.
HSL color Cylindrical-coordinate representation of color #877DF2: hue angle of 245.13º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #877DF2 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 125 | 242 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.05 |
| HSL | 245.13º | 0.82% | 0.72% | - |
| HSV(B) | 245.13º | 0.48% | 0.95% | - |
| XYZ | 33.35 | 26.23 | 87.31 | - |
| YUV | 141.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 242 | 0.44 | 0.48 | 0 | 0.05 | 245.13 | 0.82 | 0.72 |
| Hex | 87 | 7D | F2 | 2C | 30 | 0 | 5 | F5 | 52 | 48 |
| Octal | 207 | 175 | 362 | 54 | 60 | 0 | 5 | 365 | 122 | 110 |
| Binary | 10000111 | 1111101 | 11110010 | 101100 | 110000 | 0 | 101 | 11110101 | 1010010 | 1001000 |
Color Harmonies of #877DF2
Complementary color
Monochromatic Colors of #877DF2
Black with #877DF2
Text Example
Text Example
White with #877DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877DF2; }
p { color: rgb(135,125,242); }
H1.HeaderClassName
{
color: #877DF2;
}
.AnyTagClassName
{
color: #877DF2;
}
</style>
background-color css
<style>
a { background-color: #877DF2; }
a { background-color: rgb(135,125,242); }
div.DivClassName
{
background-color: #877DF2;
}
.BgClassName
{
background-color: #877DF2;
}
</style>
border-color css
<style>
span { border-color: #877DF2; }
span { border-color: rgb(135,125,242); }
td.TdClassName
{
border-color: #877DF2;
}
.TagClassName
{
border-color: #877DF2;
}
</style>