#8990B1

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

Shades of Manatee #8990B1

Tints of Manatee #8990B1

Color information

#8990B1 (or 0x8990B1) is unknown color: approx Manatee. HEX triplet: 89, 90 and B1. RGB value is (137,144,177). Sum of RGB (Red+Green+Blue) = 137+144+177=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 177 - color contains mainly: blue. Hex color #8990B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8990B1 is #766F4E. Grayscale: #919191. Windows color (decimal): -7761743 or 11636873. OLE color: 11636873.

HSL color Cylindrical-coordinate representation of color #8990B1: hue angle of 229.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8990B1 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137144177-
CMYK0.230.1900.31
HSL229.5º20.41%61.57%-
HSV(B)229.5º22.6%69.41%-
XYZ28.2328.4445.6-
YUV145.67145.68121.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.91%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 177 (69.53% from 255) = 38.65%
R=29.91%
G=31.44%
B=38.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371441770.230.1900.31229.520.4161.57
Hex8990B1171301Fe6143e
Octal21122026127230373462476
Binary10001001100100001011000110111100110111111110011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8990B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8990B1; }

 p { color: rgb(137,144,177); }

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

<style>
 a { background-color: #8990B1; }

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

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

<style>
 span { border-color: #8990B1; }

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

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