Shades of True V #875ECB
Tints of True V #875ECB
RGB
CMYK
RGB Variations
Color information
#875ECB (or 0x875ECB) is known color: True V. HEX triplet: 87, 5E and CB. RGB value is (135,94,203). Sum of RGB (Red+Green+Blue) = 135+94+203=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #875ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ECB is #78A134. Grayscale: #767676. Windows color (decimal): -7905589 or 13328007. OLE color: 13328007.
HSL color Cylindrical-coordinate representation of color #875ECB: hue angle of 262.57º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #875ECB is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 94 | 203 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.20 |
| HSL | 262.57º | 0.51% | 0.58% | - |
| HSV(B) | 262.57º | 0.54% | 0.8% | - |
| XYZ | 24.77 | 17.47 | 58.57 | - |
| YUV | 118.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 203 | 0.33 | 0.54 | 0 | 0.20 | 262.57 | 0.51 | 0.58 |
| Hex | 87 | 5E | CB | 21 | 36 | 0 | 14 | 107 | 33 | 3A |
| Octal | 207 | 136 | 313 | 41 | 66 | 0 | 24 | 407 | 63 | 72 |
| Binary | 10000111 | 1011110 | 11001011 | 100001 | 110110 | 0 | 10100 | 100000111 | 110011 | 111010 |
Color Harmonies of #875ECB
Complementary color
Monochromatic Colors of #875ECB
Black with #875ECB
Text Example
Text Example
White with #875ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875ECB; }
p { color: rgb(135,94,203); }
H1.HeaderClassName
{
color: #875ECB;
}
.AnyTagClassName
{
color: #875ECB;
}
</style>
background-color css
<style>
a { background-color: #875ECB; }
a { background-color: rgb(135,94,203); }
div.DivClassName
{
background-color: #875ECB;
}
.BgClassName
{
background-color: #875ECB;
}
</style>
border-color css
<style>
span { border-color: #875ECB; }
span { border-color: rgb(135,94,203); }
td.TdClassName
{
border-color: #875ECB;
}
.TagClassName
{
border-color: #875ECB;
}
</style>