Shades of True V #8760CF
Tints of True V #8760CF
RGB
CMYK
RGB Variations
Color information
#8760CF (or 0x8760CF) is known color: True V. HEX triplet: 87, 60 and CF. RGB value is (135,96,207). Sum of RGB (Red+Green+Blue) = 135+96+207=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #8760CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760CF is #789F30. Grayscale: #777777. Windows color (decimal): -7905073 or 13590663. OLE color: 13590663.
HSL color Cylindrical-coordinate representation of color #8760CF: hue angle of 261.08º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8760CF is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 96 | 207 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.19 |
| HSL | 261.08º | 0.54% | 0.59% | - |
| HSV(B) | 261.08º | 0.54% | 0.81% | - |
| XYZ | 25.44 | 18.02 | 61.17 | - |
| YUV | 120.32 | 176.92 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 96 | 207 | 0.35 | 0.54 | 0 | 0.19 | 261.08 | 0.54 | 0.59 |
| Hex | 87 | 60 | CF | 23 | 36 | 0 | 13 | 105 | 36 | 3B |
| Octal | 207 | 140 | 317 | 43 | 66 | 0 | 23 | 405 | 66 | 73 |
| Binary | 10000111 | 1100000 | 11001111 | 100011 | 110110 | 0 | 10011 | 100000101 | 110110 | 111011 |
Color Harmonies of #8760CF
Complementary color
Monochromatic Colors of #8760CF
Black with #8760CF
Text Example
Text Example
White with #8760CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8760CF; }
p { color: rgb(135,96,207); }
H1.HeaderClassName
{
color: #8760CF;
}
.AnyTagClassName
{
color: #8760CF;
}
</style>
background-color css
<style>
a { background-color: #8760CF; }
a { background-color: rgb(135,96,207); }
div.DivClassName
{
background-color: #8760CF;
}
.BgClassName
{
background-color: #8760CF;
}
</style>
border-color css
<style>
span { border-color: #8760CF; }
span { border-color: rgb(135,96,207); }
td.TdClassName
{
border-color: #8760CF;
}
.TagClassName
{
border-color: #8760CF;
}
</style>