Shades of True V #8765CD
Tints of True V #8765CD
RGB
CMYK
RGB Variations
Color information
#8765CD (or 0x8765CD) is known color: True V. HEX triplet: 87, 65 and CD. RGB value is (135,101,205). Sum of RGB (Red+Green+Blue) = 135+101+205=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #8765CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8765CD is #789A32. Grayscale: #7A7A7A. Windows color (decimal): -7903795 or 13460871. OLE color: 13460871.
HSL color Cylindrical-coordinate representation of color #8765CD: hue angle of 259.62º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8765CD is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 101 | 205 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.20 |
| HSL | 259.62º | 0.51% | 0.6% | - |
| HSV(B) | 259.62º | 0.51% | 0.8% | - |
| XYZ | 25.66 | 18.87 | 60.05 | - |
| YUV | 123.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 205 | 0.34 | 0.51 | 0 | 0.20 | 259.62 | 0.51 | 0.6 |
| Hex | 87 | 65 | CD | 22 | 33 | 0 | 14 | 104 | 33 | 3C |
| Octal | 207 | 145 | 315 | 42 | 63 | 0 | 24 | 404 | 63 | 74 |
| Binary | 10000111 | 1100101 | 11001101 | 100010 | 110011 | 0 | 10100 | 100000100 | 110011 | 111100 |
Color Harmonies of #8765CD
Complementary color
Monochromatic Colors of #8765CD
Black with #8765CD
Text Example
Text Example
White with #8765CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8765CD; }
p { color: rgb(135,101,205); }
H1.HeaderClassName
{
color: #8765CD;
}
.AnyTagClassName
{
color: #8765CD;
}
</style>
background-color css
<style>
a { background-color: #8765CD; }
a { background-color: rgb(135,101,205); }
div.DivClassName
{
background-color: #8765CD;
}
.BgClassName
{
background-color: #8765CD;
}
</style>
border-color css
<style>
span { border-color: #8765CD; }
span { border-color: rgb(135,101,205); }
td.TdClassName
{
border-color: #8765CD;
}
.TagClassName
{
border-color: #8765CD;
}
</style>