#897EBF

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

Shades of Moody Blue #897EBF

Tints of Moody Blue #897EBF

Color information

#897EBF (or 0x897EBF) is unknown color: approx Moody Blue. HEX triplet: 89, 7E and BF. RGB value is (137,126,191). Sum of RGB (Red+Green+Blue) = 137+126+191=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #897EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897EBF is #768140. Grayscale: #888888. Windows color (decimal): -7766337 or 12549769. OLE color: 12549769.

HSL color Cylindrical-coordinate representation of color #897EBF: hue angle of 250.15º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #897EBF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137126191-
CMYK0.280.3400.25
HSL250.15º33.68%62.16%-
HSV(B)250.15º34.03%74.9%-
XYZ27.182452.49-
YUV136.7158.64128.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.18%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 191 (75% from 255) = 42.07%
R=30.18%
G=27.75%
B=42.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371261910.280.3400.25250.1533.6862.16
Hex897EBF1C22019fa223e
Octal21117627734420313724276
Binary100010011111110101111111110010001001100111111010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897EBF; }

 p { color: rgb(137,126,191); }

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

<style>
 a { background-color: #897EBF; }

 a { background-color: rgb(137,126,191); }

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

<style>
 span { border-color: #897EBF; }

 span { border-color: rgb(137,126,191); }

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