Shades of True V #8762CE
Tints of True V #8762CE
RGB
CMYK
RGB Variations
Color information
#8762CE (or 0x8762CE) is known color: True V. HEX triplet: 87, 62 and CE. RGB value is (135,98,206). Sum of RGB (Red+Green+Blue) = 135+98+206=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #8762CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8762CE is #789D31. Grayscale: #787878. Windows color (decimal): -7904562 or 13525639. OLE color: 13525639.
HSL color Cylindrical-coordinate representation of color #8762CE: hue angle of 260.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8762CE is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 98 | 206 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.19 |
| HSL | 260.56º | 0.52% | 0.6% | - |
| HSV(B) | 260.56º | 0.52% | 0.81% | - |
| XYZ | 25.5 | 18.34 | 60.59 | - |
| YUV | 121.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 206 | 0.34 | 0.52 | 0 | 0.19 | 260.56 | 0.52 | 0.6 |
| Hex | 87 | 62 | CE | 22 | 34 | 0 | 13 | 105 | 34 | 3C |
| Octal | 207 | 142 | 316 | 42 | 64 | 0 | 23 | 405 | 64 | 74 |
| Binary | 10000111 | 1100010 | 11001110 | 100010 | 110100 | 0 | 10011 | 100000101 | 110100 | 111100 |
Color Harmonies of #8762CE
Complementary color
Monochromatic Colors of #8762CE
Black with #8762CE
Text Example
Text Example
White with #8762CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8762CE; }
p { color: rgb(135,98,206); }
H1.HeaderClassName
{
color: #8762CE;
}
.AnyTagClassName
{
color: #8762CE;
}
</style>
background-color css
<style>
a { background-color: #8762CE; }
a { background-color: rgb(135,98,206); }
div.DivClassName
{
background-color: #8762CE;
}
.BgClassName
{
background-color: #8762CE;
}
</style>
border-color css
<style>
span { border-color: #8762CE; }
span { border-color: rgb(135,98,206); }
td.TdClassName
{
border-color: #8762CE;
}
.TagClassName
{
border-color: #8762CE;
}
</style>