#897DBF

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

Shades of Moody Blue #897DBF

Tints of Moody Blue #897DBF

Color information

#897DBF (or 0x897DBF) is unknown color: approx Moody Blue. HEX triplet: 89, 7D and BF. RGB value is (137,125,191). Sum of RGB (Red+Green+Blue) = 137+125+191=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #897DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DBF is #768240. Grayscale: #878787. Windows color (decimal): -7766593 or 12549513. OLE color: 12549513.

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

Color convert

RGB137125191-
CMYK0.280.3500.25
HSL250.91º34.02%61.96%-
HSV(B)250.91º34.55%74.9%-
XYZ27.0523.7552.45-
YUV136.11158.98128.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.24%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 191 (75% from 255) = 42.16%
R=30.24%
G=27.59%
B=42.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371251910.280.3500.25250.9134.0261.96
Hex897DBF1C23019fb223e
Octal21117527734430313734276
Binary100010011111101101111111110010001101100111111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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