#8A8FAA

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

Shades of Manatee #8A8FAA

Tints of Manatee #8A8FAA

Color information

#8A8FAA (or 0x8A8FAA) is unknown color: approx Manatee. HEX triplet: 8A, 8F and AA. RGB value is (138,143,170). Sum of RGB (Red+Green+Blue) = 138+143+170=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8FAA is #757055. Grayscale: #909090. Windows color (decimal): -7696470 or 11177866. OLE color: 11177866.

HSL color Cylindrical-coordinate representation of color #8A8FAA: hue angle of 230.62º 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 #8A8FAA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138143170-
CMYK0.190.1600.33
HSL230.62º15.84%60.39%-
HSV(B)230.62º18.82%66.67%-
XYZ27.5627.9541.97-
YUV144.58142.34123.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.60%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=30.60%
G=31.71%
B=37.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381431700.190.1600.33230.6215.8460.39
Hex8A8FAA1310021e7103c
Octal21221725223200413472074
Binary100010101000111110101010100111000001000011110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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