Html Css Color HEX #8D909C Manatee

📋 copy color: '#8D909C'

red 141 ◦ green 144 ◦ blue 156

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

Shades of Manatee #8D909C

Tints of Manatee #8D909C

RGB

 RED value IS 141 (55.47% from 255) = 31.97%

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

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 31.97%
G = 32.65%
B = 35.37%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D909C (or 0x8D909C) is known color: Manatee. HEX triplet: 8D, 90 and 9C. RGB value is (141,144,156). Sum of RGB (Red+Green+Blue) = 141+144+156=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D909C is #726F63. Grayscale: #909090. Windows color (decimal): -7499620 or 10260621. OLE color: 10260621.

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

Color convert

RGB 141 144 156 -
CMYK 0.10 0.08 0 0.39
HSL 228º 0.07% 0.58% -
HSV(B) 228º 0.1% 0.61% -
XYZ 26.96 28.01 35.44 -
YUV 144.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 141 144 156 0.10 0.08 0 0.39 228 0.07 0.58
Hex 8D 90 9C A 8 0 27 E4 7 3A
Octal 215 220 234 12 10 0 47 344 7 72
Binary 10001101 10010000 10011100 1010 1000 0 100111 11100100 111 111010

Color Harmonies of #8D909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D909C

Black with #8D909C

Text Example


Text Example

White with #8D909C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,144,156); }

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

background-color css

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

 a { background-color: rgb(141,144,156); }

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

border-color css

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

 span { border-color: rgb(141,144,156); }

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