#897FBD

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

Shades of Moody Blue #897FBD

Tints of Moody Blue #897FBD

Color information

#897FBD (or 0x897FBD) is unknown color: approx Moody Blue. HEX triplet: 89, 7F and BD. RGB value is (137,127,189). Sum of RGB (Red+Green+Blue) = 137+127+189=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #897FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897FBD is #768042. Grayscale: #888888. Windows color (decimal): -7766083 or 12418953. OLE color: 12418953.

HSL color Cylindrical-coordinate representation of color #897FBD: hue angle of 249.68º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #897FBD is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137127189-
CMYK0.280.3300.26
HSL249.68º31.96%61.96%-
HSV(B)249.68º32.8%74.12%-
XYZ27.0924.1751.38-
YUV137.06157.31127.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.24%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=30.24%
G=28.04%
B=41.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371271890.280.3300.26249.6831.9661.96
Hex897FBD1C2101Afa203e
Octal21117727534410323724076
Binary100010011111111101111011110010000101101011111010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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