#898ABF

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

Shades of Moody Blue #898ABF

Tints of Moody Blue #898ABF

Color information

#898ABF (or 0x898ABF) is unknown color: approx Moody Blue. HEX triplet: 89, 8A and BF. RGB value is (137,138,191). Sum of RGB (Red+Green+Blue) = 137+138+191=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #898ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ABF is #767540. Grayscale: #8F8F8F. Windows color (decimal): -7763265 or 12552841. OLE color: 12552841.

HSL color Cylindrical-coordinate representation of color #898ABF: hue angle of 238.89º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #898ABF is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137138191-
CMYK0.280.2800.25
HSL238.89º29.67%64.31%-
HSV(B)238.89º28.27%74.9%-
XYZ28.8127.2653.03-
YUV143.74154.67123.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.40%
GREEN value IS 138 (54.30% from 255) = 29.61%
BLUE value IS 191 (75% from 255) = 40.99%
R=29.40%
G=29.61%
B=40.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371381910.280.2800.25238.8929.6764.31
Hex898ABF1C1C019ef1e40
Octal211212277343403135736100
Binary100010011000101010111111111001110001100111101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898ABF; }

 p { color: rgb(137,138,191); }

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

<style>
 a { background-color: #898ABF; }

 a { background-color: rgb(137,138,191); }

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

<style>
 span { border-color: #898ABF; }

 span { border-color: rgb(137,138,191); }

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