Html Css Color HEX #8C9199 Manatee

📋 copy color: '#8C9199'

red 140 ◦ green 145 ◦ blue 153

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

Shades of Manatee #8C9199

Tints of Manatee #8C9199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.11%

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

R = 31.96%
G = 33.11%
B = 34.93%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C9199 (or 0x8C9199) is known color: Manatee. HEX triplet: 8C, 91 and 99. RGB value is (140,145,153). Sum of RGB (Red+Green+Blue) = 140+145+153=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C9199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9199 is #736E66. Grayscale: #909090. Windows color (decimal): -7564903 or 10064268. OLE color: 10064268.

HSL color Cylindrical-coordinate representation of color #8C9199: hue angle of 216.92º 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 #8C9199 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 145 153 -
CMYK 0.08 0.05 0 0.4
HSL 216.92º 0.06% 0.57% -
HSV(B) 216.92º 0.08% 0.6% -
XYZ 26.69 28.13 34.16 -
YUV 144.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 140 145 153 0.08 0.05 0 0.4 216.92 0.06 0.57
Hex 8C 91 99 8 5 0 28 D9 6 39
Octal 214 221 231 10 5 0 50 331 6 71
Binary 10001100 10010001 10011001 1000 101 0 101000 11011001 110 111001

Color Harmonies of #8C9199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9199

Black with #8C9199

Text Example


Text Example

White with #8C9199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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