Html Css Color HEX #909390 Pewter

📋 copy color: '#909390'

red 144 ◦ green 147 ◦ blue 144

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

Shades of Pewter #909390

Tints of Pewter #909390

RGB

 RED value IS 144 (56.64% from 255) = 33.1%

 GREEN value IS 147 (57.81% from 255) = 33.79%

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 33.1%
G = 33.79%
B = 33.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#909390 (or 0x909390) is known color: Pewter. HEX triplet: 90, 93 and 90. RGB value is (144,147,144). Sum of RGB (Red+Green+Blue) = 144+147+144=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 147 - color contains mainly: green. Hex color #909390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909390 is #6F6C6F. Grayscale: #919191. Windows color (decimal): -7302256 or 9474960. OLE color: 9474960.

HSL color Cylindrical-coordinate representation of color #909390: hue angle of 120º degrees, saturation: 0.01, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #909390 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 147 144 -
CMYK 0.02 0 0.02 0.42
HSL 120º 0.01% 0.57% -
HSV(B) 120º 0.02% 0.58% -
XYZ 26.97 28.81 30.53 -
YUV 145.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 144 147 144 0.02 0 0.02 0.42 120 0.01 0.57
Hex 90 93 90 2 0 2 2A 78 1 39
Octal 220 223 220 2 0 2 52 170 1 71
Binary 10010000 10010011 10010000 10 0 10 101010 1111000 1 111001

Color Harmonies of #909390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909390

Black with #909390

Text Example


Text Example

White with #909390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909390; }

 p { color: rgb(144,147,144); }

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

background-color css

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

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

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

border-color css

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

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

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