Shades of True V #8068BC
Tints of True V #8068BC
RGB
CMYK
RGB Variations
Color information
#8068BC (or 0x8068BC) is known color: True V. HEX triplet: 80, 68 and BC. RGB value is (128,104,188). Sum of RGB (Red+Green+Blue) = 128+104+188=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #8068BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068BC is #7F9743. Grayscale: #787878. Windows color (decimal): -8361796 or 12347520. OLE color: 12347520.
HSL color Cylindrical-coordinate representation of color #8068BC: hue angle of 257.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8068BC is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 104 | 188 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.26 |
| HSL | 257.14º | 0.39% | 0.57% | - |
| HSV(B) | 257.14º | 0.45% | 0.74% | - |
| XYZ | 22.93 | 18.12 | 49.87 | - |
| YUV | 120.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 188 | 0.32 | 0.45 | 0 | 0.26 | 257.14 | 0.39 | 0.57 |
| Hex | 80 | 68 | BC | 20 | 2D | 0 | 1A | 101 | 27 | 39 |
| Octal | 200 | 150 | 274 | 40 | 55 | 0 | 32 | 401 | 47 | 71 |
| Binary | 10000000 | 1101000 | 10111100 | 100000 | 101101 | 0 | 11010 | 100000001 | 100111 | 111001 |
Color Harmonies of #8068BC
Complementary color
Monochromatic Colors of #8068BC
Black with #8068BC
Text Example
Text Example
White with #8068BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8068BC; }
p { color: rgb(128,104,188); }
H1.HeaderClassName
{
color: #8068BC;
}
.AnyTagClassName
{
color: #8068BC;
}
</style>
background-color css
<style>
a { background-color: #8068BC; }
a { background-color: rgb(128,104,188); }
div.DivClassName
{
background-color: #8068BC;
}
.BgClassName
{
background-color: #8068BC;
}
</style>
border-color css
<style>
span { border-color: #8068BC; }
span { border-color: rgb(128,104,188); }
td.TdClassName
{
border-color: #8068BC;
}
.TagClassName
{
border-color: #8068BC;
}
</style>