Html Css Color HEX #8C9099 Manatee

📋 copy color: '#8C9099'

red 140 ◦ green 144 ◦ blue 153

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

Shades of Manatee #8C9099

Tints of Manatee #8C9099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.01%

R = 32.04%
G = 32.95%
B = 35.01%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C9099 (or 0x8C9099) is known color: Manatee. HEX triplet: 8C, 90 and 99. RGB value is (140,144,153). Sum of RGB (Red+Green+Blue) = 140+144+153=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C9099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9099 is #736F66. Grayscale: #8F8F8F. Windows color (decimal): -7565159 or 10064012. OLE color: 10064012.

HSL color Cylindrical-coordinate representation of color #8C9099: hue angle of 221.54º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9099 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 144 153 -
CMYK 0.08 0.06 0 0.4
HSL 221.54º 0.06% 0.57% -
HSV(B) 221.54º 0.08% 0.6% -
XYZ 26.54 27.82 34.11 -
YUV 143.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 140 144 153 0.08 0.06 0 0.4 221.54 0.06 0.57
Hex 8C 90 99 8 6 0 28 DE 6 39
Octal 214 220 231 10 6 0 50 336 6 71
Binary 10001100 10010000 10011001 1000 110 0 101000 11011110 110 111001

Color Harmonies of #8C9099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9099

Black with #8C9099

Text Example


Text Example

White with #8C9099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,144,153); }

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

background-color css

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

 a { background-color: rgb(140,144,153); }

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

border-color css

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

 span { border-color: rgb(140,144,153); }

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