Shades of True V #805BBC
Tints of True V #805BBC
RGB
CMYK
RGB Variations
Color information
#805BBC (or 0x805BBC) is known color: True V. HEX triplet: 80, 5B and BC. RGB value is (128,91,188). Sum of RGB (Red+Green+Blue) = 128+91+188=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #805BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BBC is #7FA443. Grayscale: #707070. Windows color (decimal): -8365124 or 12344192. OLE color: 12344192.
HSL color Cylindrical-coordinate representation of color #805BBC: hue angle of 262.89º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #805BBC is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 91 | 188 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.26 |
| HSL | 262.89º | 0.42% | 0.55% | - |
| HSV(B) | 262.89º | 0.52% | 0.74% | - |
| XYZ | 21.72 | 15.7 | 49.46 | - |
| YUV | 113.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 188 | 0.32 | 0.52 | 0 | 0.26 | 262.89 | 0.42 | 0.55 |
| Hex | 80 | 5B | BC | 20 | 34 | 0 | 1A | 107 | 2A | 37 |
| Octal | 200 | 133 | 274 | 40 | 64 | 0 | 32 | 407 | 52 | 67 |
| Binary | 10000000 | 1011011 | 10111100 | 100000 | 110100 | 0 | 11010 | 100000111 | 101010 | 110111 |
Color Harmonies of #805BBC
Complementary color
Monochromatic Colors of #805BBC
Black with #805BBC
Text Example
Text Example
White with #805BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BBC; }
p { color: rgb(128,91,188); }
H1.HeaderClassName
{
color: #805BBC;
}
.AnyTagClassName
{
color: #805BBC;
}
</style>
background-color css
<style>
a { background-color: #805BBC; }
a { background-color: rgb(128,91,188); }
div.DivClassName
{
background-color: #805BBC;
}
.BgClassName
{
background-color: #805BBC;
}
</style>
border-color css
<style>
span { border-color: #805BBC; }
span { border-color: rgb(128,91,188); }
td.TdClassName
{
border-color: #805BBC;
}
.TagClassName
{
border-color: #805BBC;
}
</style>