#897BBD

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

Shades of Moody Blue #897BBD

Tints of Moody Blue #897BBD

Color information

#897BBD (or 0x897BBD) is unknown color: approx Moody Blue. HEX triplet: 89, 7B and BD. RGB value is (137,123,189). Sum of RGB (Red+Green+Blue) = 137+123+189=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #897BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897BBD is #768442. Grayscale: #868686. Windows color (decimal): -7767107 or 12417929. OLE color: 12417929.

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

Color convert

RGB137123189-
CMYK0.280.3500.26
HSL252.73º33.33%61.18%-
HSV(B)252.73º34.92%74.12%-
XYZ26.5823.1651.21-
YUV134.71158.64129.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.51%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=30.51%
G=27.39%
B=42.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371231890.280.3500.26252.7333.3361.18
Hex897BBD1C2301Afd213d
Octal21117327534430323754175
Binary100010011111011101111011110010001101101011111101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,123,189); }

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

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

 a { background-color: rgb(137,123,189); }

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

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

 span { border-color: rgb(137,123,189); }

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