Shades of True V #826ACD
Tints of True V #826ACD
RGB
CMYK
RGB Variations
Color information
#826ACD (or 0x826ACD) is known color: True V. HEX triplet: 82, 6A and CD. RGB value is (130,106,205). Sum of RGB (Red+Green+Blue) = 130+106+205=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #826ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ACD is #7D9532. Grayscale: #7C7C7C. Windows color (decimal): -8230195 or 13462146. OLE color: 13462146.
HSL color Cylindrical-coordinate representation of color #826ACD: hue angle of 254.55º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #826ACD is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 106 | 205 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.20 |
| HSL | 254.55º | 0.5% | 0.61% | - |
| HSV(B) | 254.55º | 0.48% | 0.8% | - |
| XYZ | 25.38 | 19.46 | 60.18 | - |
| YUV | 124.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 205 | 0.37 | 0.48 | 0 | 0.20 | 254.55 | 0.5 | 0.61 |
| Hex | 82 | 6A | CD | 25 | 30 | 0 | 14 | FF | 32 | 3D |
| Octal | 202 | 152 | 315 | 45 | 60 | 0 | 24 | 377 | 62 | 75 |
| Binary | 10000010 | 1101010 | 11001101 | 100101 | 110000 | 0 | 10100 | 11111111 | 110010 | 111101 |
Color Harmonies of #826ACD
Complementary color
Monochromatic Colors of #826ACD
Black with #826ACD
Text Example
Text Example
White with #826ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826ACD; }
p { color: rgb(130,106,205); }
H1.HeaderClassName
{
color: #826ACD;
}
.AnyTagClassName
{
color: #826ACD;
}
</style>
background-color css
<style>
a { background-color: #826ACD; }
a { background-color: rgb(130,106,205); }
div.DivClassName
{
background-color: #826ACD;
}
.BgClassName
{
background-color: #826ACD;
}
</style>
border-color css
<style>
span { border-color: #826ACD; }
span { border-color: rgb(130,106,205); }
td.TdClassName
{
border-color: #826ACD;
}
.TagClassName
{
border-color: #826ACD;
}
</style>