Shades of True V #826BBB
Tints of True V #826BBB
RGB
CMYK
RGB Variations
Color information
#826BBB (or 0x826BBB) is known color: True V. HEX triplet: 82, 6B and BB. RGB value is (130,107,187). Sum of RGB (Red+Green+Blue) = 130+107+187=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #826BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BBB is #7D9444. Grayscale: #7A7A7A. Windows color (decimal): -8229957 or 12282754. OLE color: 12282754.
HSL color Cylindrical-coordinate representation of color #826BBB: hue angle of 257.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #826BBB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 107 | 187 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.27 |
| HSL | 257.25º | 0.37% | 0.58% | - |
| HSV(B) | 257.25º | 0.43% | 0.73% | - |
| XYZ | 23.43 | 18.85 | 49.42 | - |
| YUV | 123 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 187 | 0.30 | 0.43 | 0 | 0.27 | 257.25 | 0.37 | 0.58 |
| Hex | 82 | 6B | BB | 1E | 2B | 0 | 1B | 101 | 25 | 3A |
| Octal | 202 | 153 | 273 | 36 | 53 | 0 | 33 | 401 | 45 | 72 |
| Binary | 10000010 | 1101011 | 10111011 | 11110 | 101011 | 0 | 11011 | 100000001 | 100101 | 111010 |
Color Harmonies of #826BBB
Complementary color
Monochromatic Colors of #826BBB
Black with #826BBB
Text Example
Text Example
White with #826BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BBB; }
p { color: rgb(130,107,187); }
H1.HeaderClassName
{
color: #826BBB;
}
.AnyTagClassName
{
color: #826BBB;
}
</style>
background-color css
<style>
a { background-color: #826BBB; }
a { background-color: rgb(130,107,187); }
div.DivClassName
{
background-color: #826BBB;
}
.BgClassName
{
background-color: #826BBB;
}
</style>
border-color css
<style>
span { border-color: #826BBB; }
span { border-color: rgb(130,107,187); }
td.TdClassName
{
border-color: #826BBB;
}
.TagClassName
{
border-color: #826BBB;
}
</style>