Shades of True V #8464CD
Tints of True V #8464CD
RGB
CMYK
RGB Variations
Color information
#8464CD (or 0x8464CD) is known color: True V. HEX triplet: 84, 64 and CD. RGB value is (132,100,205). Sum of RGB (Red+Green+Blue) = 132+100+205=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #8464CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464CD is #7B9B32. Grayscale: #797979. Windows color (decimal): -8100659 or 13460612. OLE color: 13460612.
HSL color Cylindrical-coordinate representation of color #8464CD: hue angle of 258.29º 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 #8464CD is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 100 | 205 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.20 |
| HSL | 258.29º | 0.51% | 0.6% | - |
| HSV(B) | 258.29º | 0.51% | 0.8% | - |
| XYZ | 25.09 | 18.43 | 59.99 | - |
| YUV | 121.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 205 | 0.36 | 0.51 | 0 | 0.20 | 258.29 | 0.51 | 0.6 |
| Hex | 84 | 64 | CD | 24 | 33 | 0 | 14 | 102 | 33 | 3C |
| Octal | 204 | 144 | 315 | 44 | 63 | 0 | 24 | 402 | 63 | 74 |
| Binary | 10000100 | 1100100 | 11001101 | 100100 | 110011 | 0 | 10100 | 100000010 | 110011 | 111100 |
Color Harmonies of #8464CD
Complementary color
Monochromatic Colors of #8464CD
Black with #8464CD
Text Example
Text Example
White with #8464CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8464CD; }
p { color: rgb(132,100,205); }
H1.HeaderClassName
{
color: #8464CD;
}
.AnyTagClassName
{
color: #8464CD;
}
</style>
background-color css
<style>
a { background-color: #8464CD; }
a { background-color: rgb(132,100,205); }
div.DivClassName
{
background-color: #8464CD;
}
.BgClassName
{
background-color: #8464CD;
}
</style>
border-color css
<style>
span { border-color: #8464CD; }
span { border-color: rgb(132,100,205); }
td.TdClassName
{
border-color: #8464CD;
}
.TagClassName
{
border-color: #8464CD;
}
</style>