Shades of True V #8066BE
Tints of True V #8066BE
RGB
CMYK
RGB Variations
Color information
#8066BE (or 0x8066BE) is known color: True V. HEX triplet: 80, 66 and BE. RGB value is (128,102,190). Sum of RGB (Red+Green+Blue) = 128+102+190=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #8066BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8066BE is #7F9941. Grayscale: #777777. Windows color (decimal): -8362306 or 12478080. OLE color: 12478080.
HSL color Cylindrical-coordinate representation of color #8066BE: hue angle of 257.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8066BE is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 102 | 190 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.25 |
| HSL | 257.73º | 0.4% | 0.57% | - |
| HSV(B) | 257.73º | 0.46% | 0.75% | - |
| XYZ | 22.95 | 17.81 | 50.94 | - |
| YUV | 119.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 190 | 0.33 | 0.46 | 0 | 0.25 | 257.73 | 0.4 | 0.57 |
| Hex | 80 | 66 | BE | 21 | 2E | 0 | 19 | 102 | 28 | 39 |
| Octal | 200 | 146 | 276 | 41 | 56 | 0 | 31 | 402 | 50 | 71 |
| Binary | 10000000 | 1100110 | 10111110 | 100001 | 101110 | 0 | 11001 | 100000010 | 101000 | 111001 |
Color Harmonies of #8066BE
Complementary color
Monochromatic Colors of #8066BE
Black with #8066BE
Text Example
Text Example
White with #8066BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066BE; }
p { color: rgb(128,102,190); }
H1.HeaderClassName
{
color: #8066BE;
}
.AnyTagClassName
{
color: #8066BE;
}
</style>
background-color css
<style>
a { background-color: #8066BE; }
a { background-color: rgb(128,102,190); }
div.DivClassName
{
background-color: #8066BE;
}
.BgClassName
{
background-color: #8066BE;
}
</style>
border-color css
<style>
span { border-color: #8066BE; }
span { border-color: rgb(128,102,190); }
td.TdClassName
{
border-color: #8066BE;
}
.TagClassName
{
border-color: #8066BE;
}
</style>