#826EC1

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

Shades of Moody Blue #826EC1

Tints of Moody Blue #826EC1

Color information

#826EC1 (or 0x826EC1) is unknown color: approx Moody Blue. HEX triplet: 82, 6E and C1. RGB value is (130,110,193). Sum of RGB (Red+Green+Blue) = 130+110+193=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #826EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EC1 is #7D913E. Grayscale: #7D7D7D. Windows color (decimal): -8229183 or 12676738. OLE color: 12676738.

HSL color Cylindrical-coordinate representation of color #826EC1: hue angle of 254.46º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #826EC1 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB130110193-
CMYK0.330.4300.24
HSL254.46º40.1%59.41%-
HSV(B)254.46º43.01%75.69%-
XYZ24.4119.7552.98-
YUV125.44166.13131.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.02%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 193 (75.78% from 255) = 44.57%
R=30.02%
G=25.40%
B=44.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301101930.330.4300.24254.4640.159.41
Hex826EC1212B018fe283b
Octal20215630141530303765073
Binary1000001011011101100000110000110101101100011111110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,110,193); }

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

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

 a { background-color: rgb(130,110,193); }

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

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

 span { border-color: rgb(130,110,193); }

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