Html Css Color HEX #94959D Manatee

📋 copy color: '#94959D'

red 148 ◦ green 149 ◦ blue 157

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

Shades of Manatee #94959D

Tints of Manatee #94959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.82%

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

R = 32.6%
G = 32.82%
B = 34.58%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94959D (or 0x94959D) is known color: Manatee. HEX triplet: 94, 95 and 9D. RGB value is (148,149,157). Sum of RGB (Red+Green+Blue) = 148+149+157=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 157 - color contains mainly: blue. Hex color #94959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94959D is #6B6A62. Grayscale: #959595. Windows color (decimal): -7039587 or 10327444. OLE color: 10327444.

HSL color Cylindrical-coordinate representation of color #94959D: hue angle of 233.33º 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 #94959D is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 149 157 -
CMYK 0.06 0.05 0 0.38
HSL 233.33º 0.04% 0.6% -
HSV(B) 233.33º 0.06% 0.62% -
XYZ 29.05 30.23 36.2 -
YUV 149.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 148 149 157 0.06 0.05 0 0.38 233.33 0.04 0.6
Hex 94 95 9D 6 5 0 26 E9 4 3C
Octal 224 225 235 6 5 0 46 351 4 74
Binary 10010100 10010101 10011101 110 101 0 100110 11101001 100 111100

Color Harmonies of #94959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94959D

Black with #94959D

Text Example


Text Example

White with #94959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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