Shades of True V #826CB8
Tints of True V #826CB8
RGB
CMYK
RGB Variations
Color information
#826CB8 (or 0x826CB8) is known color: True V. HEX triplet: 82, 6C and B8. RGB value is (130,108,184). Sum of RGB (Red+Green+Blue) = 130+108+184=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 184 - color contains mainly: blue. Hex color #826CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CB8 is #7D9347. Grayscale: #7A7A7A. Windows color (decimal): -8229704 or 12086402. OLE color: 12086402.
HSL color Cylindrical-coordinate representation of color #826CB8: hue angle of 257.37º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #826CB8 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 108 | 184 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.28 |
| HSL | 257.37º | 0.35% | 0.57% | - |
| HSV(B) | 257.37º | 0.41% | 0.72% | - |
| XYZ | 23.22 | 18.93 | 47.78 | - |
| YUV | 123.24 | 162.29 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 184 | 0.29 | 0.41 | 0 | 0.28 | 257.37 | 0.35 | 0.57 |
| Hex | 82 | 6C | B8 | 1D | 29 | 0 | 1C | 101 | 23 | 39 |
| Octal | 202 | 154 | 270 | 35 | 51 | 0 | 34 | 401 | 43 | 71 |
| Binary | 10000010 | 1101100 | 10111000 | 11101 | 101001 | 0 | 11100 | 100000001 | 100011 | 111001 |
Color Harmonies of #826CB8
Complementary color
Monochromatic Colors of #826CB8
Black with #826CB8
Text Example
Text Example
White with #826CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CB8; }
p { color: rgb(130,108,184); }
H1.HeaderClassName
{
color: #826CB8;
}
.AnyTagClassName
{
color: #826CB8;
}
</style>
background-color css
<style>
a { background-color: #826CB8; }
a { background-color: rgb(130,108,184); }
div.DivClassName
{
background-color: #826CB8;
}
.BgClassName
{
background-color: #826CB8;
}
</style>
border-color css
<style>
span { border-color: #826CB8; }
span { border-color: rgb(130,108,184); }
td.TdClassName
{
border-color: #826CB8;
}
.TagClassName
{
border-color: #826CB8;
}
</style>