Html Css Color HEX #94979D Manatee

📋 copy color: '#94979D'

red 148 ◦ green 151 ◦ blue 157

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

Shades of Manatee #94979D

Tints of Manatee #94979D

RGB

 RED value IS 148 (58.2% from 255) = 32.46%

 GREEN value IS 151 (59.38% from 255) = 33.11%

 BLUE value IS 157 (61.72% from 255) = 34.43%

R = 32.46%
G = 33.11%
B = 34.43%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94979D (or 0x94979D) is known color: Manatee. HEX triplet: 94, 97 and 9D. RGB value is (148,151,157). Sum of RGB (Red+Green+Blue) = 148+151+157=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 157 - color contains mainly: blue. Hex color #94979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94979D is #6B6862. Grayscale: #969696. Windows color (decimal): -7039075 or 10327956. OLE color: 10327956.

HSL color Cylindrical-coordinate representation of color #94979D: hue angle of 220º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #94979D is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 151 157 -
CMYK 0.06 0.04 0 0.38
HSL 220º 0.04% 0.6% -
HSV(B) 220º 0.06% 0.62% -
XYZ 29.37 30.86 36.31 -
YUV 150.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 148 151 157 0.06 0.04 0 0.38 220 0.04 0.6
Hex 94 97 9D 6 4 0 26 DC 4 3C
Octal 224 227 235 6 4 0 46 334 4 74
Binary 10010100 10010111 10011101 110 100 0 100110 11011100 100 111100

Color Harmonies of #94979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94979D

Black with #94979D

Text Example


Text Example

White with #94979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94979D; }

 p { color: rgb(148,151,157); }

 H1.HeaderClassName
 {
   color: #94979D;
 }
 .AnyTagClassName
 {
   color: #94979D;
 }
</style>

background-color css

<style>
 a { background-color: #94979D; }

 a { background-color: rgb(148,151,157); }

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

border-color css

<style>
 span { border-color: #94979D; }

 span { border-color: rgb(148,151,157); }

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