#826AD3

Color #826AD3 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #826AD3

Tints of Moody Blue #826AD3

Color information

#826AD3 (or 0x826AD3) is unknown color: approx Moody Blue. HEX triplet: 82, 6A and D3. RGB value is (130,106,211). Sum of RGB (Red+Green+Blue) = 130+106+211=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 211 - color contains mainly: blue. Hex color #826AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826AD3 is #7D952C. Grayscale: #7C7C7C. Windows color (decimal): -8230189 or 13855362. OLE color: 13855362.

HSL color Cylindrical-coordinate representation of color #826AD3: hue angle of 253.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #826AD3 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB130106211-
CMYK0.380.5000.17
HSL253.71º54.4%62.16%-
HSV(B)253.71º49.76%82.75%-
XYZ26.1219.7664.06-
YUV125.15176.45131.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 106 (41.80% from 255) = 23.71%
BLUE value IS 211 (82.81% from 255) = 47.20%
R=29.08%
G=23.71%
B=47.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1301062110.380.5000.17253.7154.462.16
Hex826AD32632011fe363e
Octal20215232346620213766676
Binary1000001011010101101001110011011001001000111111110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,106,211); }

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

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

 a { background-color: rgb(130,106,211); }

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

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

 span { border-color: rgb(130,106,211); }

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