#8C90B3

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

Shades of Manatee #8C90B3

Tints of Manatee #8C90B3

Color information

#8C90B3 (or 0x8C90B3) is unknown color: approx Manatee. HEX triplet: 8C, 90 and B3. RGB value is (140,144,179). Sum of RGB (Red+Green+Blue) = 140+144+179=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C90B3 is #736F4C. Grayscale: #929292. Windows color (decimal): -7565133 or 11767948. OLE color: 11767948.

HSL color Cylindrical-coordinate representation of color #8C90B3: hue angle of 233.85º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C90B3 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB140144179-
CMYK0.220.2000.30
HSL233.85º20.42%62.55%-
HSV(B)233.85º21.79%70.2%-
XYZ28.9328.7846.68-
YUV146.79146.17123.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=30.24%
G=31.10%
B=38.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1401441790.220.2000.30233.8520.4262.55
Hex8C90B3161401Eea143f
Octal21422026326240363522477
Binary10001100100100001011001110110101000111101110101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C90B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C90B3; }

 p { color: rgb(140,144,179); }

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

<style>
 a { background-color: #8C90B3; }

 a { background-color: rgb(140,144,179); }

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

<style>
 span { border-color: #8C90B3; }

 span { border-color: rgb(140,144,179); }

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