Shades of True V #826AC4
Tints of True V #826AC4
RGB
CMYK
RGB Variations
Color information
#826AC4 (or 0x826AC4) is known color: True V. HEX triplet: 82, 6A and C4. RGB value is (130,106,196). Sum of RGB (Red+Green+Blue) = 130+106+196=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #826AC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826AC4 is #7D953B. Grayscale: #7B7B7B. Windows color (decimal): -8230204 or 12872322. OLE color: 12872322.
HSL color Cylindrical-coordinate representation of color #826AC4: hue angle of 256º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #826AC4 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 106 | 196 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.23 |
| HSL | 256º | 0.43% | 0.59% | - |
| HSV(B) | 256º | 0.46% | 0.77% | - |
| XYZ | 24.32 | 19.04 | 54.62 | - |
| YUV | 123.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 196 | 0.34 | 0.46 | 0 | 0.23 | 256 | 0.43 | 0.59 |
| Hex | 82 | 6A | C4 | 22 | 2E | 0 | 17 | 100 | 2B | 3B |
| Octal | 202 | 152 | 304 | 42 | 56 | 0 | 27 | 400 | 53 | 73 |
| Binary | 10000010 | 1101010 | 11000100 | 100010 | 101110 | 0 | 10111 | 100000000 | 101011 | 111011 |
Color Harmonies of #826AC4
Complementary color
Monochromatic Colors of #826AC4
Black with #826AC4
Text Example
Text Example
White with #826AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826AC4; }
p { color: rgb(130,106,196); }
H1.HeaderClassName
{
color: #826AC4;
}
.AnyTagClassName
{
color: #826AC4;
}
</style>
background-color css
<style>
a { background-color: #826AC4; }
a { background-color: rgb(130,106,196); }
div.DivClassName
{
background-color: #826AC4;
}
.BgClassName
{
background-color: #826AC4;
}
</style>
border-color css
<style>
span { border-color: #826AC4; }
span { border-color: rgb(130,106,196); }
td.TdClassName
{
border-color: #826AC4;
}
.TagClassName
{
border-color: #826AC4;
}
</style>