#897ABC

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

Shades of Moody Blue #897ABC

Tints of Moody Blue #897ABC

Color information

#897ABC (or 0x897ABC) is unknown color: approx Moody Blue. HEX triplet: 89, 7A and BC. RGB value is (137,122,188). Sum of RGB (Red+Green+Blue) = 137+122+188=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #897ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ABC is #768543. Grayscale: #858585. Windows color (decimal): -7767364 or 12352137. OLE color: 12352137.

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

Color convert

RGB137122188-
CMYK0.270.3500.26
HSL253.64º33%60.78%-
HSV(B)253.64º35.11%73.73%-
XYZ26.3522.8750.6-
YUV134.01158.47130.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.65%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=30.65%
G=27.29%
B=42.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371221880.270.3500.26253.643360.78
Hex897ABC1B2301Afe213d
Octal21117227433430323764175
Binary100010011111010101111001101110001101101011111110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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