#897ABF

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

Shades of Moody Blue #897ABF

Tints of Moody Blue #897ABF

Color information

#897ABF (or 0x897ABF) is unknown color: approx Moody Blue. HEX triplet: 89, 7A and BF. RGB value is (137,122,191). Sum of RGB (Red+Green+Blue) = 137+122+191=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #897ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ABF is #768540. Grayscale: #868686. Windows color (decimal): -7767361 or 12548745. OLE color: 12548745.

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

Color convert

RGB137122191-
CMYK0.280.3600.25
HSL253.04º35.03%61.37%-
HSV(B)253.04º36.13%74.9%-
XYZ26.682352.32-
YUV134.35159.97129.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.44%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 191 (75% from 255) = 42.44%
R=30.44%
G=27.11%
B=42.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371221910.280.3600.25253.0435.0361.37
Hex897ABF1C24019fd233d
Octal21117227734440313754375
Binary100010011111010101111111110010010001100111111101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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