#897FBF

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

Shades of Moody Blue #897FBF

Tints of Moody Blue #897FBF

Color information

#897FBF (or 0x897FBF) is unknown color: approx Moody Blue. HEX triplet: 89, 7F and BF. RGB value is (137,127,191). Sum of RGB (Red+Green+Blue) = 137+127+191=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #897FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897FBF is #768040. Grayscale: #898989. Windows color (decimal): -7766081 or 12550025. OLE color: 12550025.

HSL color Cylindrical-coordinate representation of color #897FBF: hue angle of 249.38º degrees, saturation: 0.33, 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 #897FBF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137127191-
CMYK0.280.3400.25
HSL249.38º33.33%62.35%-
HSV(B)249.38º33.51%74.9%-
XYZ27.3124.2652.53-
YUV137.29158.31127.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.11%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 191 (75% from 255) = 41.98%
R=30.11%
G=27.91%
B=41.98%

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
Decimal1371271910.280.3400.25249.3833.3362.35
Hex897FBF1C22019f9213e
Octal21117727734420313714176
Binary100010011111111101111111110010001001100111111001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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