Shades of True V #8460CB
Tints of True V #8460CB
RGB
CMYK
RGB Variations
Color information
#8460CB (or 0x8460CB) is known color: True V. HEX triplet: 84, 60 and CB. RGB value is (132,96,203). Sum of RGB (Red+Green+Blue) = 132+96+203=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #8460CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460CB is #7B9F34. Grayscale: #767676. Windows color (decimal): -8101685 or 13328516. OLE color: 13328516.
HSL color Cylindrical-coordinate representation of color #8460CB: hue angle of 260.19º 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 #8460CB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 96 | 203 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.20 |
| HSL | 260.19º | 0.51% | 0.59% | - |
| HSV(B) | 260.19º | 0.53% | 0.8% | - |
| XYZ | 24.48 | 17.58 | 58.6 | - |
| YUV | 118.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 203 | 0.35 | 0.53 | 0 | 0.20 | 260.19 | 0.51 | 0.59 |
| Hex | 84 | 60 | CB | 23 | 35 | 0 | 14 | 104 | 33 | 3B |
| Octal | 204 | 140 | 313 | 43 | 65 | 0 | 24 | 404 | 63 | 73 |
| Binary | 10000100 | 1100000 | 11001011 | 100011 | 110101 | 0 | 10100 | 100000100 | 110011 | 111011 |
Color Harmonies of #8460CB
Complementary color
Monochromatic Colors of #8460CB
Black with #8460CB
Text Example
Text Example
White with #8460CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8460CB; }
p { color: rgb(132,96,203); }
H1.HeaderClassName
{
color: #8460CB;
}
.AnyTagClassName
{
color: #8460CB;
}
</style>
background-color css
<style>
a { background-color: #8460CB; }
a { background-color: rgb(132,96,203); }
div.DivClassName
{
background-color: #8460CB;
}
.BgClassName
{
background-color: #8460CB;
}
</style>
border-color css
<style>
span { border-color: #8460CB; }
span { border-color: rgb(132,96,203); }
td.TdClassName
{
border-color: #8460CB;
}
.TagClassName
{
border-color: #8460CB;
}
</style>