#826ABF

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

Shades of True V #826ABF

Tints of True V #826ABF

Color information

#826ABF (or 0x826ABF) is unknown color: approx 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

RGB130106191-
CMYK0.320.4500.25
HSL256.94º39.91%58.24%-
HSV(B)256.94º44.5%74.9%-
XYZ23.7618.8251.67-
YUV122.87166.45133.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 191 (75% from 255) = 44.73%
R=30.44%
G=24.82%
B=44.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301061910.320.4500.25256.9439.9158.24
Hex826ABF202D019101283a
Octal20215227740550314015072
Binary10000010110101010111111100000101101011001100000001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>