Shades of True V #8060BE
Tints of True V #8060BE
RGB
CMYK
RGB Variations
Color information
#8060BE (or 0x8060BE) is known color: True V. HEX triplet: 80, 60 and BE. RGB value is (128,96,190). Sum of RGB (Red+Green+Blue) = 128+96+190=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #8060BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060BE is #7F9F41. Grayscale: #737373. Windows color (decimal): -8363842 or 12476544. OLE color: 12476544.
HSL color Cylindrical-coordinate representation of color #8060BE: hue angle of 260.43º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8060BE is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 96 | 190 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.25 |
| HSL | 260.43º | 0.42% | 0.56% | - |
| HSV(B) | 260.43º | 0.49% | 0.75% | - |
| XYZ | 22.38 | 16.67 | 50.75 | - |
| YUV | 116.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 190 | 0.33 | 0.49 | 0 | 0.25 | 260.43 | 0.42 | 0.56 |
| Hex | 80 | 60 | BE | 21 | 31 | 0 | 19 | 104 | 2A | 38 |
| Octal | 200 | 140 | 276 | 41 | 61 | 0 | 31 | 404 | 52 | 70 |
| Binary | 10000000 | 1100000 | 10111110 | 100001 | 110001 | 0 | 11001 | 100000100 | 101010 | 111000 |
Color Harmonies of #8060BE
Complementary color
Monochromatic Colors of #8060BE
Black with #8060BE
Text Example
Text Example
White with #8060BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8060BE; }
p { color: rgb(128,96,190); }
H1.HeaderClassName
{
color: #8060BE;
}
.AnyTagClassName
{
color: #8060BE;
}
</style>
background-color css
<style>
a { background-color: #8060BE; }
a { background-color: rgb(128,96,190); }
div.DivClassName
{
background-color: #8060BE;
}
.BgClassName
{
background-color: #8060BE;
}
</style>
border-color css
<style>
span { border-color: #8060BE; }
span { border-color: rgb(128,96,190); }
td.TdClassName
{
border-color: #8060BE;
}
.TagClassName
{
border-color: #8060BE;
}
</style>