#837EBD

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

Shades of Moody Blue #837EBD

Tints of Moody Blue #837EBD

Color information

#837EBD (or 0x837EBD) is unknown color: approx Moody Blue. HEX triplet: 83, 7E and BD. RGB value is (131,126,189). Sum of RGB (Red+Green+Blue) = 131+126+189=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #837EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EBD is #7C8142. Grayscale: #868686. Windows color (decimal): -8159555 or 12418691. OLE color: 12418691.

HSL color Cylindrical-coordinate representation of color #837EBD: hue angle of 244.76º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #837EBD is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131126189-
CMYK0.310.3300.26
HSL244.76º32.31%61.76%-
HSV(B)244.76º33.33%74.12%-
XYZ26.0123.4251.29-
YUV134.68158.66125.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=29.37%
G=28.25%
B=42.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311261890.310.3300.26244.7632.3161.76
Hex837EBD1F2101Af5203e
Octal20317627537410323654076
Binary100000111111110101111011111110000101101011110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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