Html Css Color HEX #8E96AB Manatee

📋 copy color: '#8E96AB'

red 142 ◦ green 150 ◦ blue 171

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

Shades of Manatee #8E96AB

Tints of Manatee #8E96AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.4%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 30.67%
G = 32.4%
B = 36.93%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E96AB (or 0x8E96AB) is known color: Manatee. HEX triplet: 8E, 96 and AB. RGB value is (142,150,171). Sum of RGB (Red+Green+Blue) = 142+150+171=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E96AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E96AB is #716954. Grayscale: #959595. Windows color (decimal): -7432533 or 11245198. OLE color: 11245198.

HSL color Cylindrical-coordinate representation of color #8E96AB: hue angle of 223.45º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E96AB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 150 171 -
CMYK 0.17 0.12 0 0.33
HSL 223.45º 0.15% 0.61% -
HSV(B) 223.45º 0.17% 0.67% -
XYZ 29.41 30.5 42.87 -
YUV 150 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 142 150 171 0.17 0.12 0 0.33 223.45 0.15 0.61
Hex 8E 96 AB 11 C 0 21 DF F 3D
Octal 216 226 253 21 14 0 41 337 17 75
Binary 10001110 10010110 10101011 10001 1100 0 100001 11011111 1111 111101

Color Harmonies of #8E96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E96AB

Black with #8E96AB

Text Example


Text Example

White with #8E96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,150,171); }

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

background-color css

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

 a { background-color: rgb(142,150,171); }

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

border-color css

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

 span { border-color: rgb(142,150,171); }

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