#897CBB

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

Shades of Moody Blue #897CBB

Tints of Moody Blue #897CBB

Color information

#897CBB (or 0x897CBB) is unknown color: approx Moody Blue. HEX triplet: 89, 7C and BB. RGB value is (137,124,187). Sum of RGB (Red+Green+Blue) = 137+124+187=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #897CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CBB is #768344. Grayscale: #868686. Windows color (decimal): -7766853 or 12287113. OLE color: 12287113.

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

Color convert

RGB137124187-
CMYK0.270.3400.27
HSL252.38º31.66%60.98%-
HSV(B)252.38º33.69%73.33%-
XYZ26.4923.3250.12-
YUV135.07157.31129.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.58%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=30.58%
G=27.68%
B=41.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371241870.270.3400.27252.3831.6660.98
Hex897CBB1B2201Bfc203d
Octal21117427333420333744075
Binary100010011111100101110111101110001001101111111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,124,187); }

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

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

 a { background-color: rgb(137,124,187); }

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

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

 span { border-color: rgb(137,124,187); }

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