#897CC2

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

Shades of Moody Blue #897CC2

Tints of Moody Blue #897CC2

Color information

#897CC2 (or 0x897CC2) is unknown color: approx Moody Blue. HEX triplet: 89, 7C and C2. RGB value is (137,124,194). Sum of RGB (Red+Green+Blue) = 137+124+194=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #897CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CC2 is #76833D. Grayscale: #878787. Windows color (decimal): -7766846 or 12745865. OLE color: 12745865.

HSL color Cylindrical-coordinate representation of color #897CC2: hue angle of 251.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #897CC2 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137124194-
CMYK0.290.3600.24
HSL251.14º36.46%62.35%-
HSV(B)251.14º36.08%76.08%-
XYZ27.2623.6354.16-
YUV135.87160.81128.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.11%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=30.11%
G=27.25%
B=42.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371241940.290.3600.24251.1436.4662.35
Hex897CC21D24018fb243e
Octal21117430235440303734476
Binary100010011111100110000101110110010001100011111011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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