#837FB5

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

Shades of Moody Blue #837FB5

Tints of Moody Blue #837FB5

Color information

#837FB5 (or 0x837FB5) is unknown color: approx Moody Blue. HEX triplet: 83, 7F and B5. RGB value is (131,127,181). Sum of RGB (Red+Green+Blue) = 131+127+181=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #837FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FB5 is #7C804A. Grayscale: #868686. Windows color (decimal): -8159307 or 11894659. OLE color: 11894659.

HSL color Cylindrical-coordinate representation of color #837FB5: hue angle of 244.44º 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 #837FB5 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131127181-
CMYK0.280.3000.29
HSL244.44º26.73%60.39%-
HSV(B)244.44º29.83%70.98%-
XYZ25.2923.3446.89-
YUV134.35154.33125.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.84%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 181 (71.09% from 255) = 41.23%
R=29.84%
G=28.93%
B=41.23%

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
Decimal1311271810.280.3000.29244.4426.7360.39
Hex837FB51C1E01Df41b3c
Octal20317726534360353643374
Binary1000001111111111011010111100111100111011111010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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