#897DD7

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

Shades of Moody Blue #897DD7

Tints of Moody Blue #897DD7

Color information

#897DD7 (or 0x897DD7) is unknown color: approx Moody Blue. HEX triplet: 89, 7D and D7. RGB value is (137,125,215). Sum of RGB (Red+Green+Blue) = 137+125+215=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #897DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DD7 is #768228. Grayscale: #8A8A8A. Windows color (decimal): -7766569 or 14122377. OLE color: 14122377.

HSL color Cylindrical-coordinate representation of color #897DD7: hue angle of 248º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #897DD7 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137125215-
CMYK0.360.4200.16
HSL248º52.94%66.67%-
HSV(B)248º41.86%84.31%-
XYZ29.9224.8967.52-
YUV138.85170.98126.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 215 (84.38% from 255) = 45.07%
R=28.72%
G=26.21%
B=45.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1371252150.360.4200.1624852.9466.67
Hex897DD7242A010f83543
Octal211175327445202037065103
Binary10001001111110111010111100100101010010000111110001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,125,215); }

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

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

 a { background-color: rgb(137,125,215); }

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

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

 span { border-color: rgb(137,125,215); }

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