Shades of True V #826BC0
Tints of True V #826BC0
RGB
CMYK
RGB Variations
Color information
#826BC0 (or 0x826BC0) is known color: True V. HEX triplet: 82, 6B and C0. RGB value is (130,107,192). Sum of RGB (Red+Green+Blue) = 130+107+192=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #826BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BC0 is #7D943F. Grayscale: #7B7B7B. Windows color (decimal): -8229952 or 12610434. OLE color: 12610434.
HSL color Cylindrical-coordinate representation of color #826BC0: hue angle of 256.24º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #826BC0 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 107 | 192 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.25 |
| HSL | 256.24º | 0.4% | 0.59% | - |
| HSV(B) | 256.24º | 0.44% | 0.75% | - |
| XYZ | 23.98 | 19.07 | 52.29 | - |
| YUV | 123.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 192 | 0.32 | 0.44 | 0 | 0.25 | 256.24 | 0.4 | 0.59 |
| Hex | 82 | 6B | C0 | 20 | 2C | 0 | 19 | 100 | 28 | 3B |
| Octal | 202 | 153 | 300 | 40 | 54 | 0 | 31 | 400 | 50 | 73 |
| Binary | 10000010 | 1101011 | 11000000 | 100000 | 101100 | 0 | 11001 | 100000000 | 101000 | 111011 |
Color Harmonies of #826BC0
Complementary color
Monochromatic Colors of #826BC0
Black with #826BC0
Text Example
Text Example
White with #826BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BC0; }
p { color: rgb(130,107,192); }
H1.HeaderClassName
{
color: #826BC0;
}
.AnyTagClassName
{
color: #826BC0;
}
</style>
background-color css
<style>
a { background-color: #826BC0; }
a { background-color: rgb(130,107,192); }
div.DivClassName
{
background-color: #826BC0;
}
.BgClassName
{
background-color: #826BC0;
}
</style>
border-color css
<style>
span { border-color: #826BC0; }
span { border-color: rgb(130,107,192); }
td.TdClassName
{
border-color: #826BC0;
}
.TagClassName
{
border-color: #826BC0;
}
</style>