#8A94B1

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

Shades of Manatee #8A94B1

Tints of Manatee #8A94B1

Color information

#8A94B1 (or 0x8A94B1) is unknown color: approx Manatee. HEX triplet: 8A, 94 and B1. RGB value is (138,148,177). Sum of RGB (Red+Green+Blue) = 138+148+177=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A94B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A94B1 is #756B4E. Grayscale: #949494. Windows color (decimal): -7695183 or 11637898. OLE color: 11637898.

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

Color convert

RGB138148177-
CMYK0.220.1600.31
HSL224.62º20%61.76%-
HSV(B)224.62º22.03%69.41%-
XYZ29.0129.7645.81-
YUV148.32144.19120.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.81%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=29.81%
G=31.97%
B=38.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381481770.220.1600.31224.622061.76
Hex8A94B1161001Fe1143e
Octal21222426126200373412476
Binary10001010100101001011000110110100000111111110000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A94B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,148,177); }

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

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

 a { background-color: rgb(138,148,177); }

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

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

 span { border-color: rgb(138,148,177); }

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