Shades of True V #826BBF
Tints of True V #826BBF
RGB
CMYK
RGB Variations
Color information
#826BBF (or 0x826BBF) is known color: True V. HEX triplet: 82, 6B and BF. RGB value is (130,107,191). Sum of RGB (Red+Green+Blue) = 130+107+191=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #826BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BBF is #7D9440. Grayscale: #7B7B7B. Windows color (decimal): -8229953 or 12544898. OLE color: 12544898.
HSL color Cylindrical-coordinate representation of color #826BBF: hue angle of 256.43º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #826BBF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 107 | 191 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.25 |
| HSL | 256.43º | 0.4% | 0.58% | - |
| HSV(B) | 256.43º | 0.44% | 0.75% | - |
| XYZ | 23.87 | 19.02 | 51.7 | - |
| YUV | 123.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 191 | 0.32 | 0.44 | 0 | 0.25 | 256.43 | 0.4 | 0.58 |
| Hex | 82 | 6B | BF | 20 | 2C | 0 | 19 | 100 | 28 | 3A |
| Octal | 202 | 153 | 277 | 40 | 54 | 0 | 31 | 400 | 50 | 72 |
| Binary | 10000010 | 1101011 | 10111111 | 100000 | 101100 | 0 | 11001 | 100000000 | 101000 | 111010 |
Color Harmonies of #826BBF
Complementary color
Monochromatic Colors of #826BBF
Black with #826BBF
Text Example
Text Example
White with #826BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BBF; }
p { color: rgb(130,107,191); }
H1.HeaderClassName
{
color: #826BBF;
}
.AnyTagClassName
{
color: #826BBF;
}
</style>
background-color css
<style>
a { background-color: #826BBF; }
a { background-color: rgb(130,107,191); }
div.DivClassName
{
background-color: #826BBF;
}
.BgClassName
{
background-color: #826BBF;
}
</style>
border-color css
<style>
span { border-color: #826BBF; }
span { border-color: rgb(130,107,191); }
td.TdClassName
{
border-color: #826BBF;
}
.TagClassName
{
border-color: #826BBF;
}
</style>