#8A8EAF

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

Shades of Manatee #8A8EAF

Tints of Manatee #8A8EAF

Color information

#8A8EAF (or 0x8A8EAF) is unknown color: approx Manatee. HEX triplet: 8A, 8E and AF. RGB value is (138,142,175). Sum of RGB (Red+Green+Blue) = 138+142+175=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A8EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8EAF is #757150. Grayscale: #909090. Windows color (decimal): -7696721 or 11505290. OLE color: 11505290.

HSL color Cylindrical-coordinate representation of color #8A8EAF: hue angle of 233.51º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A8EAF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138142175-
CMYK0.210.1900.31
HSL233.51º18.78%61.37%-
HSV(B)233.51º21.14%68.63%-
XYZ27.8927.8444.46-
YUV144.57145.17123.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.33%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=30.33%
G=31.21%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381421750.210.1900.31233.5118.7861.37
Hex8A8EAF151301Fea133d
Octal21221625725230373522375
Binary10001010100011101010111110101100110111111110101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,142,175); }

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

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

 a { background-color: rgb(138,142,175); }

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

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

 span { border-color: rgb(138,142,175); }

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