Shades of True V #8069BB
Tints of True V #8069BB
RGB
CMYK
RGB Variations
Color information
#8069BB (or 0x8069BB) is known color: True V. HEX triplet: 80, 69 and BB. RGB value is (128,105,187). Sum of RGB (Red+Green+Blue) = 128+105+187=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #8069BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069BB is #7F9644. Grayscale: #787878. Windows color (decimal): -8361541 or 12282240. OLE color: 12282240.
HSL color Cylindrical-coordinate representation of color #8069BB: hue angle of 256.83º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8069BB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 105 | 187 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.27 |
| HSL | 256.83º | 0.38% | 0.57% | - |
| HSV(B) | 256.83º | 0.44% | 0.73% | - |
| XYZ | 22.92 | 18.28 | 49.33 | - |
| YUV | 121.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 187 | 0.32 | 0.44 | 0 | 0.27 | 256.83 | 0.38 | 0.57 |
| Hex | 80 | 69 | BB | 20 | 2C | 0 | 1B | 101 | 26 | 39 |
| Octal | 200 | 151 | 273 | 40 | 54 | 0 | 33 | 401 | 46 | 71 |
| Binary | 10000000 | 1101001 | 10111011 | 100000 | 101100 | 0 | 11011 | 100000001 | 100110 | 111001 |
Color Harmonies of #8069BB
Complementary color
Monochromatic Colors of #8069BB
Black with #8069BB
Text Example
Text Example
White with #8069BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8069BB; }
p { color: rgb(128,105,187); }
H1.HeaderClassName
{
color: #8069BB;
}
.AnyTagClassName
{
color: #8069BB;
}
</style>
background-color css
<style>
a { background-color: #8069BB; }
a { background-color: rgb(128,105,187); }
div.DivClassName
{
background-color: #8069BB;
}
.BgClassName
{
background-color: #8069BB;
}
</style>
border-color css
<style>
span { border-color: #8069BB; }
span { border-color: rgb(128,105,187); }
td.TdClassName
{
border-color: #8069BB;
}
.TagClassName
{
border-color: #8069BB;
}
</style>