Shades of True V #8764CB
Tints of True V #8764CB
RGB
CMYK
RGB Variations
Color information
#8764CB (or 0x8764CB) is known color: True V. HEX triplet: 87, 64 and CB. RGB value is (135,100,203). Sum of RGB (Red+Green+Blue) = 135+100+203=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #8764CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764CB is #789B34. Grayscale: #797979. Windows color (decimal): -7904053 or 13329543. OLE color: 13329543.
HSL color Cylindrical-coordinate representation of color #8764CB: hue angle of 260.39º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8764CB is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 100 | 203 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.20 |
| HSL | 260.39º | 0.5% | 0.59% | - |
| HSV(B) | 260.39º | 0.51% | 0.8% | - |
| XYZ | 25.33 | 18.58 | 58.75 | - |
| YUV | 122.21 | 173.6 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 203 | 0.33 | 0.51 | 0 | 0.20 | 260.39 | 0.5 | 0.59 |
| Hex | 87 | 64 | CB | 21 | 33 | 0 | 14 | 104 | 32 | 3B |
| Octal | 207 | 144 | 313 | 41 | 63 | 0 | 24 | 404 | 62 | 73 |
| Binary | 10000111 | 1100100 | 11001011 | 100001 | 110011 | 0 | 10100 | 100000100 | 110010 | 111011 |
Color Harmonies of #8764CB
Complementary color
Monochromatic Colors of #8764CB
Black with #8764CB
Text Example
Text Example
White with #8764CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8764CB; }
p { color: rgb(135,100,203); }
H1.HeaderClassName
{
color: #8764CB;
}
.AnyTagClassName
{
color: #8764CB;
}
</style>
background-color css
<style>
a { background-color: #8764CB; }
a { background-color: rgb(135,100,203); }
div.DivClassName
{
background-color: #8764CB;
}
.BgClassName
{
background-color: #8764CB;
}
</style>
border-color css
<style>
span { border-color: #8764CB; }
span { border-color: rgb(135,100,203); }
td.TdClassName
{
border-color: #8764CB;
}
.TagClassName
{
border-color: #8764CB;
}
</style>