Html Css Color HEX #919394 Aluminium

📋 copy color: '#919394'

red 145 ◦ green 147 ◦ blue 148

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

Shades of Aluminium #919394

Tints of Aluminium #919394

RGB

 RED value IS 145 (57.03% from 255) = 32.95%

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

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

R = 32.95%
G = 33.41%
B = 33.64%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#919394 (or 0x919394) is known color: Aluminium. HEX triplet: 91, 93 and 94. RGB value is (145,147,148). Sum of RGB (Red+Green+Blue) = 145+147+148=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 148 - color contains mainly: blue. Hex color #919394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919394 is #6E6C6B. Grayscale: #929292. Windows color (decimal): -7236716 or 9737105. OLE color: 9737105.

HSL color Cylindrical-coordinate representation of color #919394: hue angle of 200º 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 #919394 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 147 148 -
CMYK 0.02 0.01 0 0.42
HSL 200º 0.01% 0.57% -
HSV(B) 200º 0.02% 0.58% -
XYZ 27.46 29.03 32.17 -
YUV 146.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 145 147 148 0.02 0.01 0 0.42 200 0.01 0.57
Hex 91 93 94 2 1 0 2A C8 1 39
Octal 221 223 224 2 1 0 52 310 1 71
Binary 10010001 10010011 10010100 10 1 0 101010 11001000 1 111001

Color Harmonies of #919394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919394

Black with #919394

Text Example


Text Example

White with #919394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919394; }

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

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

background-color css

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

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

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

border-color css

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

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

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