#837EB5

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

Shades of Moody Blue #837EB5

Tints of Moody Blue #837EB5

Color information

#837EB5 (or 0x837EB5) is unknown color: approx Moody Blue. HEX triplet: 83, 7E and B5. RGB value is (131,126,181). Sum of RGB (Red+Green+Blue) = 131+126+181=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #837EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EB5 is #7C814A. Grayscale: #858585. Windows color (decimal): -8159563 or 11894403. OLE color: 11894403.

HSL color Cylindrical-coordinate representation of color #837EB5: hue angle of 245.45º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #837EB5 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131126181-
CMYK0.280.3000.29
HSL245.45º27.09%60.2%-
HSV(B)245.45º30.39%70.98%-
XYZ25.1623.0846.85-
YUV133.76154.66126.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.91%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 181 (71.09% from 255) = 41.32%
R=29.91%
G=28.77%
B=41.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311261810.280.3000.29245.4527.0960.2
Hex837EB51C1E01Df51b3c
Octal20317626534360353653374
Binary1000001111111101011010111100111100111011111010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837EB5; }

 p { color: rgb(131,126,181); }

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

<style>
 a { background-color: #837EB5; }

 a { background-color: rgb(131,126,181); }

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

<style>
 span { border-color: #837EB5; }

 span { border-color: rgb(131,126,181); }

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