#897CDC

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

Shades of Moody Blue #897CDC

Tints of Moody Blue #897CDC

Color information

#897CDC (or 0x897CDC) is unknown color: approx Moody Blue. HEX triplet: 89, 7C and DC. RGB value is (137,124,220). Sum of RGB (Red+Green+Blue) = 137+124+220=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #897CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CDC is #768323. Grayscale: #8A8A8A. Windows color (decimal): -7766820 or 14449801. OLE color: 14449801.

HSL color Cylindrical-coordinate representation of color #897CDC: hue angle of 248.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #897CDC is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137124220-
CMYK0.380.4400.14
HSL248.12º57.83%67.45%-
HSV(B)248.12º43.64%86.27%-
XYZ30.4424.970.91-
YUV138.83173.81126.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.48%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=28.48%
G=25.78%
B=45.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371242200.380.4400.14248.1257.8367.45
Hex897CDC262C0Ef83a43
Octal211174334465401637072103
Binary1000100111111001101110010011010110001110111110001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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