#897DB9

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

Shades of Moody Blue #897DB9

Tints of Moody Blue #897DB9

Color information

#897DB9 (or 0x897DB9) is unknown color: approx Moody Blue. HEX triplet: 89, 7D and B9. RGB value is (137,125,185). Sum of RGB (Red+Green+Blue) = 137+125+185=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #897DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DB9 is #768246. Grayscale: #878787. Windows color (decimal): -7766599 or 12156297. OLE color: 12156297.

HSL color Cylindrical-coordinate representation of color #897DB9: hue angle of 252º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #897DB9 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137125185-
CMYK0.260.3200.27
HSL252º30%60.78%-
HSV(B)252º32.43%72.55%-
XYZ26.4123.4949.04-
YUV135.43155.98129.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.65%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 185 (72.66% from 255) = 41.39%
R=30.65%
G=27.96%
B=41.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371251850.260.3200.272523060.78
Hex897DB91A2001Bfc1e3d
Octal21117527132400333743675
Binary10001001111110110111001110101000000110111111110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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