Html Css Color HEX #8E949F Manatee

📋 copy color: '#8E949F'

red 142 ◦ green 148 ◦ blue 159

#8E949F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #8E949F

Tints of Manatee #8E949F

RGB

 RED value IS 142 (55.86% from 255) = 31.63%

 GREEN value IS 148 (58.2% from 255) = 32.96%

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 31.63%
G = 32.96%
B = 35.41%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E949F (or 0x8E949F) is known color: Manatee. HEX triplet: 8E, 94 and 9F. RGB value is (142,148,159). Sum of RGB (Red+Green+Blue) = 142+148+159=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E949F is #716B60. Grayscale: #939393. Windows color (decimal): -7433057 or 10458254. OLE color: 10458254.

HSL color Cylindrical-coordinate representation of color #8E949F: hue angle of 218.82º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E949F is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 148 159 -
CMYK 0.11 0.07 0 0.38
HSL 218.82º 0.08% 0.59% -
HSV(B) 218.82º 0.11% 0.62% -
XYZ 28 29.43 37.01 -
YUV 147.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 142 148 159 0.11 0.07 0 0.38 218.82 0.08 0.59
Hex 8E 94 9F B 7 0 26 DB 8 3B
Octal 216 224 237 13 7 0 46 333 10 73
Binary 10001110 10010100 10011111 1011 111 0 100110 11011011 1000 111011

Color Harmonies of #8E949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E949F

Black with #8E949F

Text Example


Text Example

White with #8E949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,148,159); }

 H1.HeaderClassName
 {
   color: #8E949F;
 }
 .AnyTagClassName
 {
   color: #8E949F;
 }
</style>

background-color css

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

 a { background-color: rgb(142,148,159); }

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

border-color css

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

 span { border-color: rgb(142,148,159); }

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