#826DCA

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

Shades of Moody Blue #826DCA

Tints of Moody Blue #826DCA

Color information

#826DCA (or 0x826DCA) is unknown color: approx Moody Blue. HEX triplet: 82, 6D and CA. RGB value is (130,109,202). Sum of RGB (Red+Green+Blue) = 130+109+202=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #826DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DCA is #7D9235. Grayscale: #7D7D7D. Windows color (decimal): -8229430 or 13266306. OLE color: 13266306.

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

Color convert

RGB130109202-
CMYK0.360.4600.21
HSL253.55º46.73%60.98%-
HSV(B)253.55º46.04%79.22%-
XYZ25.3419.9558.39-
YUV125.88170.96130.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.48%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=29.48%
G=24.72%
B=45.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301092020.360.4600.21253.5546.7360.98
Hex826DCA242E015fe2f3d
Octal20215531244560253765775
Binary1000001011011011100101010010010111001010111111110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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