#897EBC

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

Shades of Moody Blue #897EBC

Tints of Moody Blue #897EBC

Color information

#897EBC (or 0x897EBC) is unknown color: approx Moody Blue. HEX triplet: 89, 7E and BC. RGB value is (137,126,188). Sum of RGB (Red+Green+Blue) = 137+126+188=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #897EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897EBC is #768143. Grayscale: #888888. Windows color (decimal): -7766340 or 12353161. OLE color: 12353161.

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

Color convert

RGB137126188-
CMYK0.270.3300.26
HSL250.65º31.63%61.57%-
HSV(B)250.65º32.98%73.73%-
XYZ26.8523.8750.77-
YUV136.36157.14128.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.38%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=30.38%
G=27.94%
B=41.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371261880.270.3300.26250.6531.6361.57
Hex897EBC1B2101Afb203e
Octal21117627433410323734076
Binary100010011111110101111001101110000101101011111011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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