#897ECD

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

Shades of Moody Blue #897ECD

Tints of Moody Blue #897ECD

Color information

#897ECD (or 0x897ECD) is unknown color: approx Moody Blue. HEX triplet: 89, 7E and CD. RGB value is (137,126,205). Sum of RGB (Red+Green+Blue) = 137+126+205=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #897ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897ECD is #768132. Grayscale: #898989. Windows color (decimal): -7766323 or 13467273. OLE color: 13467273.

HSL color Cylindrical-coordinate representation of color #897ECD: hue angle of 248.35º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #897ECD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137126205-
CMYK0.330.3900.20
HSL248.35º44.13%64.9%-
HSV(B)248.35º38.54%80.39%-
XYZ28.824.6561-
YUV138.29165.64127.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.27%
GREEN value IS 126 (49.61% from 255) = 26.92%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=29.27%
G=26.92%
B=43.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371262050.330.3900.20248.3544.1364.9
Hex897ECD2127014f82c41
Octal211176315414702437054101
Binary10001001111111011001101100001100111010100111110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,126,205); }

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

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

 a { background-color: rgb(137,126,205); }

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

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

 span { border-color: rgb(137,126,205); }

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