#897FBA

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

Shades of Moody Blue #897FBA

Tints of Moody Blue #897FBA

Color information

#897FBA (or 0x897FBA) is unknown color: approx Moody Blue. HEX triplet: 89, 7F and BA. RGB value is (137,127,186). Sum of RGB (Red+Green+Blue) = 137+127+186=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #897FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897FBA is #768045. Grayscale: #888888. Windows color (decimal): -7766086 or 12222345. OLE color: 12222345.

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

Color convert

RGB137127186-
CMYK0.260.3200.27
HSL250.17º29.95%61.37%-
HSV(B)250.17º31.72%72.94%-
XYZ26.7724.0449.68-
YUV136.72155.81128.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.44%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=30.44%
G=28.22%
B=41.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371271860.260.3200.27250.1729.9561.37
Hex897FBA1A2001Bfa1e3d
Octal21117727232400333723675
Binary10001001111111110111010110101000000110111111101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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