Html Css Color HEX #939D94 Pewter

📋 copy color: '#939D94'

red 147 ◦ green 157 ◦ blue 148

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

Shades of Pewter #939D94

Tints of Pewter #939D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.73%

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

R = 32.52%
G = 34.73%
B = 32.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#939D94 (or 0x939D94) is known color: Pewter. HEX triplet: 93, 9D and 94. RGB value is (147,157,148). Sum of RGB (Red+Green+Blue) = 147+157+148=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 157 - color contains mainly: green. Hex color #939D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D94 is #6C626B. Grayscale: #999999. Windows color (decimal): -7103084 or 9739667. OLE color: 9739667.

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

Color convert

RGB 147 157 148 -
CMYK 0.06 0 0.06 0.38
HSL 126º 0.05% 0.6% -
HSV(B) 126º 0.06% 0.62% -
XYZ 29.43 32.46 32.73 -
YUV 152.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 147 157 148 0.06 0 0.06 0.38 126 0.05 0.6
Hex 93 9D 94 6 0 6 26 7E 5 3C
Octal 223 235 224 6 0 6 46 176 5 74
Binary 10010011 10011101 10010100 110 0 110 100110 1111110 101 111100

Color Harmonies of #939D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939D94

Black with #939D94

Text Example


Text Example

White with #939D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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