#8989B5

Color #8989B5 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #8989B5

Tints of Manatee #8989B5

Color information

#8989B5 (or 0x8989B5) is unknown color: approx Manatee. HEX triplet: 89, 89 and B5. RGB value is (137,137,181). Sum of RGB (Red+Green+Blue) = 137+137+181=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #8989B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8989B5 is #76764A. Grayscale: #8D8D8D. Windows color (decimal): -7763531 or 11897225. OLE color: 11897225.

HSL color Cylindrical-coordinate representation of color #8989B5: hue angle of 240º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8989B5 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137137181-
CMYK0.240.2400.29
HSL240º22.92%62.35%-
HSV(B)240º24.31%70.98%-
XYZ27.626.5547.39-
YUV142.02150124.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.11%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=30.11%
G=30.11%
B=39.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371371810.240.2400.2924022.9262.35
Hex8989B5181801Df0173e
Octal21121126530300353602776
Binary10001001100010011011010111000110000111011111000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8989B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8989B5; }

 p { color: rgb(137,137,181); }

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

<style>
 a { background-color: #8989B5; }

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

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

<style>
 span { border-color: #8989B5; }

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

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