#837ECB

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

Shades of Moody Blue #837ECB

Tints of Moody Blue #837ECB

Color information

#837ECB (or 0x837ECB) is unknown color: approx Moody Blue. HEX triplet: 83, 7E and CB. RGB value is (131,126,203). Sum of RGB (Red+Green+Blue) = 131+126+203=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #837ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ECB is #7C8134. Grayscale: #878787. Windows color (decimal): -8159541 or 13336195. OLE color: 13336195.

HSL color Cylindrical-coordinate representation of color #837ECB: hue angle of 243.9º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #837ECB is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131126203-
CMYK0.350.3800.20
HSL243.9º42.54%64.51%-
HSV(B)243.9º37.93%79.61%-
XYZ27.624.0659.69-
YUV136.27165.66124.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.48%
GREEN value IS 126 (49.61% from 255) = 27.39%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=28.48%
G=27.39%
B=44.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311262030.350.3800.20243.942.5464.51
Hex837ECB2326014f42b41
Octal203176313434602436453101
Binary10000011111111011001011100011100110010100111101001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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