Shades of True V #825EBC
Tints of True V #825EBC
RGB
CMYK
RGB Variations
Color information
#825EBC (or 0x825EBC) is known color: True V. HEX triplet: 82, 5E and BC. RGB value is (130,94,188). Sum of RGB (Red+Green+Blue) = 130+94+188=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #825EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EBC is #7DA143. Grayscale: #737373. Windows color (decimal): -8233284 or 12344962. OLE color: 12344962.
HSL color Cylindrical-coordinate representation of color #825EBC: hue angle of 262.98º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825EBC is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 94 | 188 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.26 |
| HSL | 262.98º | 0.41% | 0.55% | - |
| HSV(B) | 262.98º | 0.5% | 0.74% | - |
| XYZ | 22.29 | 16.38 | 49.56 | - |
| YUV | 115.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 188 | 0.31 | 0.50 | 0 | 0.26 | 262.98 | 0.41 | 0.55 |
| Hex | 82 | 5E | BC | 1F | 32 | 0 | 1A | 107 | 29 | 37 |
| Octal | 202 | 136 | 274 | 37 | 62 | 0 | 32 | 407 | 51 | 67 |
| Binary | 10000010 | 1011110 | 10111100 | 11111 | 110010 | 0 | 11010 | 100000111 | 101001 | 110111 |
Color Harmonies of #825EBC
Complementary color
Monochromatic Colors of #825EBC
Black with #825EBC
Text Example
Text Example
White with #825EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825EBC; }
p { color: rgb(130,94,188); }
H1.HeaderClassName
{
color: #825EBC;
}
.AnyTagClassName
{
color: #825EBC;
}
</style>
background-color css
<style>
a { background-color: #825EBC; }
a { background-color: rgb(130,94,188); }
div.DivClassName
{
background-color: #825EBC;
}
.BgClassName
{
background-color: #825EBC;
}
</style>
border-color css
<style>
span { border-color: #825EBC; }
span { border-color: rgb(130,94,188); }
td.TdClassName
{
border-color: #825EBC;
}
.TagClassName
{
border-color: #825EBC;
}
</style>