Shades of True V #8470BC
Tints of True V #8470BC
RGB
CMYK
RGB Variations
Color information
#8470BC (or 0x8470BC) is known color: True V. HEX triplet: 84, 70 and BC. RGB value is (132,112,188). Sum of RGB (Red+Green+Blue) = 132+112+188=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #8470BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470BC is #7B8F43. Grayscale: #7E7E7E. Windows color (decimal): -8097604 or 12349572. OLE color: 12349572.
HSL color Cylindrical-coordinate representation of color #8470BC: hue angle of 255.79º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8470BC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 112 | 188 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.26 |
| HSL | 255.79º | 0.36% | 0.59% | - |
| HSV(B) | 255.79º | 0.4% | 0.74% | - |
| XYZ | 24.39 | 20.12 | 50.18 | - |
| YUV | 126.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 188 | 0.30 | 0.40 | 0 | 0.26 | 255.79 | 0.36 | 0.59 |
| Hex | 84 | 70 | BC | 1E | 28 | 0 | 1A | 100 | 24 | 3B |
| Octal | 204 | 160 | 274 | 36 | 50 | 0 | 32 | 400 | 44 | 73 |
| Binary | 10000100 | 1110000 | 10111100 | 11110 | 101000 | 0 | 11010 | 100000000 | 100100 | 111011 |
Color Harmonies of #8470BC
Complementary color
Monochromatic Colors of #8470BC
Black with #8470BC
Text Example
Text Example
White with #8470BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8470BC; }
p { color: rgb(132,112,188); }
H1.HeaderClassName
{
color: #8470BC;
}
.AnyTagClassName
{
color: #8470BC;
}
</style>
background-color css
<style>
a { background-color: #8470BC; }
a { background-color: rgb(132,112,188); }
div.DivClassName
{
background-color: #8470BC;
}
.BgClassName
{
background-color: #8470BC;
}
</style>
border-color css
<style>
span { border-color: #8470BC; }
span { border-color: rgb(132,112,188); }
td.TdClassName
{
border-color: #8470BC;
}
.TagClassName
{
border-color: #8470BC;
}
</style>