#8E8FAF

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

Shades of Manatee #8E8FAF

Tints of Manatee #8E8FAF

Color information

#8E8FAF (or 0x8E8FAF) is unknown color: approx Manatee. HEX triplet: 8E, 8F and AF. RGB value is (142,143,175). Sum of RGB (Red+Green+Blue) = 142+143+175=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8FAF is #717050. Grayscale: #929292. Windows color (decimal): -7434321 or 11505550. OLE color: 11505550.

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

Color convert

RGB142143175-
CMYK0.190.1800.31
HSL238.18º17.1%62.16%-
HSV(B)238.18º18.86%68.63%-
XYZ28.7228.4944.54-
YUV146.35144.17124.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.87%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=30.87%
G=31.09%
B=38.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421431750.190.1800.31238.1817.162.16
Hex8E8FAF131201Fee113e
Octal21621725723220373562176
Binary10001110100011111010111110011100100111111110111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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