#837CB5

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

Shades of Moody Blue #837CB5

Tints of Moody Blue #837CB5

Color information

#837CB5 (or 0x837CB5) is unknown color: approx Moody Blue. HEX triplet: 83, 7C and B5. RGB value is (131,124,181). Sum of RGB (Red+Green+Blue) = 131+124+181=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 181 - color contains mainly: blue. Hex color #837CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CB5 is #7C834A. Grayscale: #848484. Windows color (decimal): -8160075 or 11893891. OLE color: 11893891.

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

Color convert

RGB131124181-
CMYK0.280.3100.29
HSL247.37º27.8%59.8%-
HSV(B)247.37º31.49%70.98%-
XYZ24.9122.5846.76-
YUV132.59155.32126.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.05%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 181 (71.09% from 255) = 41.51%
R=30.05%
G=28.44%
B=41.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311241810.280.3100.29247.3727.859.8
Hex837CB51C1F01Df71c3c
Octal20317426534370353673474
Binary1000001111111001011010111100111110111011111011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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