Html Css Color HEX #8C8D97 Manatee

📋 copy color: '#8C8D97'

red 140 ◦ green 141 ◦ blue 151

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

Shades of Manatee #8C8D97

Tints of Manatee #8C8D97

RGB

 RED value IS 140 (55.08% from 255) = 32.41%

 GREEN value IS 141 (55.47% from 255) = 32.64%

 BLUE value IS 151 (59.38% from 255) = 34.95%

R = 32.41%
G = 32.64%
B = 34.95%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8C8D97 (or 0x8C8D97) is known color: Manatee. HEX triplet: 8C, 8D and 97. RGB value is (140,141,151). Sum of RGB (Red+Green+Blue) = 140+141+151=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C8D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8D97 is #737268. Grayscale: #8D8D8D. Windows color (decimal): -7565929 or 9932172. OLE color: 9932172.

HSL color Cylindrical-coordinate representation of color #8C8D97: hue angle of 234.55º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C8D97 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 141 151 -
CMYK 0.07 0.07 0 0.41
HSL 234.55º 0.05% 0.57% -
HSV(B) 234.55º 0.07% 0.59% -
XYZ 25.93 26.86 33.1 -
YUV 141.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 140 141 151 0.07 0.07 0 0.41 234.55 0.05 0.57
Hex 8C 8D 97 7 7 0 29 EB 5 39
Octal 214 215 227 7 7 0 51 353 5 71
Binary 10001100 10001101 10010111 111 111 0 101001 11101011 101 111001

Color Harmonies of #8C8D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8D97

Black with #8C8D97

Text Example


Text Example

White with #8C8D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,141,151); }

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

background-color css

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

 a { background-color: rgb(140,141,151); }

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

border-color css

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

 span { border-color: rgb(140,141,151); }

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