#897DBE

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

Shades of Moody Blue #897DBE

Tints of Moody Blue #897DBE

Color information

#897DBE (or 0x897DBE) is unknown color: approx Moody Blue. HEX triplet: 89, 7D and BE. RGB value is (137,125,190). Sum of RGB (Red+Green+Blue) = 137+125+190=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #897DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DBE is #768241. Grayscale: #878787. Windows color (decimal): -7766594 or 12483977. OLE color: 12483977.

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

Color convert

RGB137125190-
CMYK0.280.3400.25
HSL251.08º33.33%61.76%-
HSV(B)251.08º34.21%74.51%-
XYZ26.9423.751.87-
YUV136158.48128.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.31%
GREEN value IS 125 (49.22% from 255) = 27.65%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=30.31%
G=27.65%
B=42.04%

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
Decimal1371251900.280.3400.25251.0833.3361.76
Hex897DBE1C22019fb213e
Octal21117527634420313734176
Binary100010011111101101111101110010001001100111111011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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