#897DBC

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

Shades of Moody Blue #897DBC

Tints of Moody Blue #897DBC

Color information

#897DBC (or 0x897DBC) is unknown color: approx Moody Blue. HEX triplet: 89, 7D and BC. RGB value is (137,125,188). Sum of RGB (Red+Green+Blue) = 137+125+188=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #897DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897DBC is #768243. Grayscale: #878787. Windows color (decimal): -7766596 or 12352905. OLE color: 12352905.

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

Color convert

RGB137125188-
CMYK0.270.3400.26
HSL251.43º31.98%61.37%-
HSV(B)251.43º33.51%73.73%-
XYZ26.7323.6250.73-
YUV135.77157.48128.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.44%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 188 (73.83% from 255) = 41.78%
R=30.44%
G=27.78%
B=41.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371251880.270.3400.26251.4331.9861.37
Hex897DBC1B2201Afb203d
Octal21117527433420323734075
Binary100010011111101101111001101110001001101011111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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