#897ABA

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

Shades of Moody Blue #897ABA

Tints of Moody Blue #897ABA

Color information

#897ABA (or 0x897ABA) is unknown color: approx Moody Blue. HEX triplet: 89, 7A and BA. RGB value is (137,122,186). Sum of RGB (Red+Green+Blue) = 137+122+186=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #897ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ABA is #768545. Grayscale: #858585. Windows color (decimal): -7767366 or 12221065. OLE color: 12221065.

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

Color convert

RGB137122186-
CMYK0.260.3400.27
HSL254.06º31.68%60.39%-
HSV(B)254.06º34.41%72.94%-
XYZ26.1422.7849.47-
YUV133.78157.47130.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.79%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=30.79%
G=27.42%
B=41.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371221860.260.3400.27254.0631.6860.39
Hex897ABA1A2201Bfe203c
Octal21117227232420333764074
Binary100010011111010101110101101010001001101111111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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