Shades of True V #8460CC
Tints of True V #8460CC
RGB
CMYK
RGB Variations
Color information
#8460CC (or 0x8460CC) is known color: True V. HEX triplet: 84, 60 and CC. RGB value is (132,96,204). Sum of RGB (Red+Green+Blue) = 132+96+204=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #8460CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460CC is #7B9F33. Grayscale: #767676. Windows color (decimal): -8101684 or 13394052. OLE color: 13394052.
HSL color Cylindrical-coordinate representation of color #8460CC: hue angle of 260º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8460CC is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 96 | 204 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.2 |
| HSL | 260º | 0.51% | 0.59% | - |
| HSV(B) | 260º | 0.53% | 0.8% | - |
| XYZ | 24.6 | 17.63 | 59.23 | - |
| YUV | 119.08 | 175.93 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 204 | 0.35 | 0.53 | 0 | 0.2 | 260 | 0.51 | 0.59 |
| Hex | 84 | 60 | CC | 23 | 35 | 0 | 14 | 104 | 33 | 3B |
| Octal | 204 | 140 | 314 | 43 | 65 | 0 | 24 | 404 | 63 | 73 |
| Binary | 10000100 | 1100000 | 11001100 | 100011 | 110101 | 0 | 10100 | 100000100 | 110011 | 111011 |
Color Harmonies of #8460CC
Complementary color
Monochromatic Colors of #8460CC
Black with #8460CC
Text Example
Text Example
White with #8460CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8460CC; }
p { color: rgb(132,96,204); }
H1.HeaderClassName
{
color: #8460CC;
}
.AnyTagClassName
{
color: #8460CC;
}
</style>
background-color css
<style>
a { background-color: #8460CC; }
a { background-color: rgb(132,96,204); }
div.DivClassName
{
background-color: #8460CC;
}
.BgClassName
{
background-color: #8460CC;
}
</style>
border-color css
<style>
span { border-color: #8460CC; }
span { border-color: rgb(132,96,204); }
td.TdClassName
{
border-color: #8460CC;
}
.TagClassName
{
border-color: #8460CC;
}
</style>