#897DCD

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

Shades of Moody Blue #897DCD

Tints of Moody Blue #897DCD

Color information

#897DCD (or 0x897DCD) is unknown color: approx Moody Blue. HEX triplet: 89, 7D and CD. RGB value is (137,125,205). Sum of RGB (Red+Green+Blue) = 137+125+205=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #897DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DCD is #768232. Grayscale: #898989. Windows color (decimal): -7766579 or 13467017. OLE color: 13467017.

HSL color Cylindrical-coordinate representation of color #897DCD: hue angle of 249º 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 #897DCD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137125205-
CMYK0.330.3900.20
HSL249º44.44%64.71%-
HSV(B)249º39.02%80.39%-
XYZ28.6724.3960.95-
YUV137.71165.98127.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.34%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=29.34%
G=26.77%
B=43.90%

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
Decimal1371252050.330.3900.2024944.4464.71
Hex897DCD2127014f92c41
Octal211175315414702437154101
Binary10001001111110111001101100001100111010100111110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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