Html Css Color HEX #8E909B Manatee

📋 copy color: '#8E909B'

red 142 ◦ green 144 ◦ blue 155

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

Shades of Manatee #8E909B

Tints of Manatee #8E909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.65%

 BLUE value IS 155 (60.94% from 255) = 35.15%

R = 32.2%
G = 32.65%
B = 35.15%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E909B (or 0x8E909B) is known color: Manatee. HEX triplet: 8E, 90 and 9B. RGB value is (142,144,155). Sum of RGB (Red+Green+Blue) = 142+144+155=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E909B is #716F64. Grayscale: #909090. Windows color (decimal): -7434085 or 10195086. OLE color: 10195086.

HSL color Cylindrical-coordinate representation of color #8E909B: hue angle of 230.77º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E909B is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 144 155 -
CMYK 0.08 0.07 0 0.39
HSL 230.77º 0.06% 0.58% -
HSV(B) 230.77º 0.08% 0.61% -
XYZ 27.04 28.06 35 -
YUV 144.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 142 144 155 0.08 0.07 0 0.39 230.77 0.06 0.58
Hex 8E 90 9B 8 7 0 27 E7 6 3A
Octal 216 220 233 10 7 0 47 347 6 72
Binary 10001110 10010000 10011011 1000 111 0 100111 11100111 110 111010

Color Harmonies of #8E909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E909B

Black with #8E909B

Text Example


Text Example

White with #8E909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,144,155); }

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

background-color css

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

 a { background-color: rgb(142,144,155); }

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

border-color css

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

 span { border-color: rgb(142,144,155); }

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