#826DCC

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

Shades of Moody Blue #826DCC

Tints of Moody Blue #826DCC

Color information

#826DCC (or 0x826DCC) is unknown color: approx Moody Blue. HEX triplet: 82, 6D and CC. RGB value is (130,109,204). Sum of RGB (Red+Green+Blue) = 130+109+204=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #826DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DCC is #7D9233. Grayscale: #7D7D7D. Windows color (decimal): -8229428 or 13397378. OLE color: 13397378.

HSL color Cylindrical-coordinate representation of color #826DCC: hue angle of 253.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #826DCC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB130109204-
CMYK0.360.4700.2
HSL253.26º48.22%61.37%-
HSV(B)253.26º46.57%80%-
XYZ25.5720.0459.65-
YUV126.11171.96130.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=29.35%
G=24.60%
B=46.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301092040.360.4700.2253.2648.2261.37
Hex826DCC242F014fd303d
Octal20215531444570243756075
Binary1000001011011011100110010010010111101010011111101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,109,204); }

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

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

 a { background-color: rgb(130,109,204); }

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

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

 span { border-color: rgb(130,109,204); }

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