Html Css Color HEX #939994 Pewter

📋 copy color: '#939994'

red 147 ◦ green 153 ◦ blue 148

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

Shades of Pewter #939994

Tints of Pewter #939994

RGB

 RED value IS 147 (57.81% from 255) = 32.81%

 GREEN value IS 153 (60.16% from 255) = 34.15%

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 32.81%
G = 34.15%
B = 33.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#939994 (or 0x939994) is known color: Pewter. HEX triplet: 93, 99 and 94. RGB value is (147,153,148). Sum of RGB (Red+Green+Blue) = 147+153+148=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 153 - color contains mainly: green. Hex color #939994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939994 is #6C666B. Grayscale: #969696. Windows color (decimal): -7104108 or 9738643. OLE color: 9738643.

HSL color Cylindrical-coordinate representation of color #939994: hue angle of 130º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #939994 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 153 148 -
CMYK 0.04 0 0.03 0.4
HSL 130º 0.03% 0.59% -
HSV(B) 130º 0.04% 0.6% -
XYZ 28.77 31.12 32.51 -
YUV 150.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 147 153 148 0.04 0 0.03 0.4 130 0.03 0.59
Hex 93 99 94 4 0 3 28 82 3 3B
Octal 223 231 224 4 0 3 50 202 3 73
Binary 10010011 10011001 10010100 100 0 11 101000 10000010 11 111011

Color Harmonies of #939994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939994

Black with #939994

Text Example


Text Example

White with #939994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939994; }

 p { color: rgb(147,153,148); }

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

background-color css

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

 a { background-color: rgb(147,153,148); }

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

border-color css

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

 span { border-color: rgb(147,153,148); }

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