#826BB9

Color #826BB9 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #826BB9

Tints of True V #826BB9

Color information

#826BB9 (or 0x826BB9) is unknown color: approx True V. HEX triplet: 82, 6B and B9. RGB value is (130,107,185). Sum of RGB (Red+Green+Blue) = 130+107+185=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #826BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BB9 is #7D9446. Grayscale: #7A7A7A. Windows color (decimal): -8229959 or 12151682. OLE color: 12151682.

HSL color Cylindrical-coordinate representation of color #826BB9: hue angle of 257.69º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #826BB9 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130107185-
CMYK0.300.4200.27
HSL257.69º35.78%57.25%-
HSV(B)257.69º42.16%72.55%-
XYZ23.2218.7648.3-
YUV122.77163.12133.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 185 (72.66% from 255) = 43.84%
R=30.81%
G=25.36%
B=43.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301071850.300.4200.27257.6935.7857.25
Hex826BB91E2A01B1022439
Octal20215327136520334024471
Binary1000001011010111011100111110101010011011100000010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826BB9; }

 p { color: rgb(130,107,185); }

 H1.HeaderClassName
 {
   color: #826BB9;
 }
 .AnyTagClassName
 {
   color: #826BB9;
 }
</style>
background-color css

<style>
 a { background-color: #826BB9; }

 a { background-color: rgb(130,107,185); }

 div.DivClassName
 {
   background-color: #826BB9;
 }
 .BgClassName
 {
   background-color: #826BB9;
 }
</style>
border-color css

<style>
 span { border-color: #826BB9; }

 span { border-color: rgb(130,107,185); }

 td.TdClassName
 {
   border-color: #826BB9;
 }
 .TagClassName
 {
   border-color: #826BB9;
 }
</style>