#8A8DAA

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

Shades of Manatee #8A8DAA

Tints of Manatee #8A8DAA

Color information

#8A8DAA (or 0x8A8DAA) is unknown color: approx Manatee. HEX triplet: 8A, 8D and AA. RGB value is (138,141,170). Sum of RGB (Red+Green+Blue) = 138+141+170=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A8DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8DAA is #757255. Grayscale: #8F8F8F. Windows color (decimal): -7696982 or 11177354. OLE color: 11177354.

HSL color Cylindrical-coordinate representation of color #8A8DAA: hue angle of 234.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A8DAA is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138141170-
CMYK0.190.1700.33
HSL234.38º15.84%60.39%-
HSV(B)234.38º18.82%66.67%-
XYZ27.2627.3641.87-
YUV143.41143.01124.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.73%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=30.73%
G=31.40%
B=37.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381411700.190.1700.33234.3815.8460.39
Hex8A8DAA1311021ea103c
Octal21221525223210413522074
Binary100010101000110110101010100111000101000011110101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,141,170); }

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

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

 a { background-color: rgb(138,141,170); }

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

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

 span { border-color: rgb(138,141,170); }

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