#837ECA

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

Shades of Moody Blue #837ECA

Tints of Moody Blue #837ECA

Color information

#837ECA (or 0x837ECA) is unknown color: approx Moody Blue. HEX triplet: 83, 7E and CA. RGB value is (131,126,202). Sum of RGB (Red+Green+Blue) = 131+126+202=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #837ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ECA is #7C8135. Grayscale: #878787. Windows color (decimal): -8159542 or 13270659. OLE color: 13270659.

HSL color Cylindrical-coordinate representation of color #837ECA: hue angle of 243.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #837ECA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131126202-
CMYK0.350.3800.21
HSL243.95º41.76%64.31%-
HSV(B)243.95º37.62%79.22%-
XYZ27.4824.0159.06-
YUV136.16165.16124.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=28.54%
G=27.45%
B=44.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311262020.350.3800.21243.9541.7664.31
Hex837ECA2326015f42a40
Octal203176312434602536452100
Binary10000011111111011001010100011100110010101111101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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