Shades of True V #826ABF
Tints of True V #826ABF
RGB
CMYK
RGB Variations
Color information
#826ABF (or 0x826ABF) is known color: True V. HEX triplet: 82, 6A and BF. RGB value is (130,106,191). Sum of RGB (Red+Green+Blue) = 130+106+191=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #826ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ABF is #7D9540. Grayscale: #7A7A7A. Windows color (decimal): -8230209 or 12544642. OLE color: 12544642.
HSL color Cylindrical-coordinate representation of color #826ABF: hue angle of 256.94º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #826ABF is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 106 | 191 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.25 |
| HSL | 256.94º | 0.4% | 0.58% | - |
| HSV(B) | 256.94º | 0.45% | 0.75% | - |
| XYZ | 23.76 | 18.82 | 51.67 | - |
| YUV | 122.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 191 | 0.32 | 0.45 | 0 | 0.25 | 256.94 | 0.4 | 0.58 |
| Hex | 82 | 6A | BF | 20 | 2D | 0 | 19 | 101 | 28 | 3A |
| Octal | 202 | 152 | 277 | 40 | 55 | 0 | 31 | 401 | 50 | 72 |
| Binary | 10000010 | 1101010 | 10111111 | 100000 | 101101 | 0 | 11001 | 100000001 | 101000 | 111010 |
Color Harmonies of #826ABF
Complementary color
Monochromatic Colors of #826ABF
Black with #826ABF
Text Example
Text Example
White with #826ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826ABF; }
p { color: rgb(130,106,191); }
H1.HeaderClassName
{
color: #826ABF;
}
.AnyTagClassName
{
color: #826ABF;
}
</style>
background-color css
<style>
a { background-color: #826ABF; }
a { background-color: rgb(130,106,191); }
div.DivClassName
{
background-color: #826ABF;
}
.BgClassName
{
background-color: #826ABF;
}
</style>
border-color css
<style>
span { border-color: #826ABF; }
span { border-color: rgb(130,106,191); }
td.TdClassName
{
border-color: #826ABF;
}
.TagClassName
{
border-color: #826ABF;
}
</style>