Shades of True V #8762CF
Tints of True V #8762CF
RGB
CMYK
RGB Variations
Color information
#8762CF (or 0x8762CF) is known color: True V. HEX triplet: 87, 62 and CF. RGB value is (135,98,207). Sum of RGB (Red+Green+Blue) = 135+98+207=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #8762CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8762CF is #789D30. Grayscale: #797979. Windows color (decimal): -7904561 or 13591175. OLE color: 13591175.
HSL color Cylindrical-coordinate representation of color #8762CF: hue angle of 260.37º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8762CF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 98 | 207 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.19 |
| HSL | 260.37º | 0.53% | 0.6% | - |
| HSV(B) | 260.37º | 0.53% | 0.81% | - |
| XYZ | 25.62 | 18.39 | 61.23 | - |
| YUV | 121.49 | 176.26 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 207 | 0.35 | 0.53 | 0 | 0.19 | 260.37 | 0.53 | 0.6 |
| Hex | 87 | 62 | CF | 23 | 35 | 0 | 13 | 104 | 35 | 3C |
| Octal | 207 | 142 | 317 | 43 | 65 | 0 | 23 | 404 | 65 | 74 |
| Binary | 10000111 | 1100010 | 11001111 | 100011 | 110101 | 0 | 10011 | 100000100 | 110101 | 111100 |
Color Harmonies of #8762CF
Complementary color
Monochromatic Colors of #8762CF
Black with #8762CF
Text Example
Text Example
White with #8762CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8762CF; }
p { color: rgb(135,98,207); }
H1.HeaderClassName
{
color: #8762CF;
}
.AnyTagClassName
{
color: #8762CF;
}
</style>
background-color css
<style>
a { background-color: #8762CF; }
a { background-color: rgb(135,98,207); }
div.DivClassName
{
background-color: #8762CF;
}
.BgClassName
{
background-color: #8762CF;
}
</style>
border-color css
<style>
span { border-color: #8762CF; }
span { border-color: rgb(135,98,207); }
td.TdClassName
{
border-color: #8762CF;
}
.TagClassName
{
border-color: #8762CF;
}
</style>