#897BBA

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

Shades of Moody Blue #897BBA

Tints of Moody Blue #897BBA

Color information

#897BBA (or 0x897BBA) is unknown color: approx Moody Blue. HEX triplet: 89, 7B and BA. RGB value is (137,123,186). Sum of RGB (Red+Green+Blue) = 137+123+186=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #897BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897BBA is #768445. Grayscale: #868686. Windows color (decimal): -7767110 or 12221321. OLE color: 12221321.

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

Color convert

RGB137123186-
CMYK0.260.3400.27
HSL253.33º31.34%60.59%-
HSV(B)253.33º33.87%72.94%-
XYZ26.2623.0349.52-
YUV134.37157.14129.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.72%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=30.72%
G=27.58%
B=41.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371231860.260.3400.27253.3331.3460.59
Hex897BBA1A2201Bfd1f3d
Octal21117327232420333753775
Binary10001001111101110111010110101000100110111111110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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