#939491

Color #939491 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #939491

Tints of Delta #939491

Color information

#939491 (or 0x939491) is unknown color: approx Delta. HEX triplet: 93, 94 and 91. RGB value is (147,148,145). Sum of RGB (Red+Green+Blue) = 147+148+145=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 148 - color contains mainly: green. Hex color #939491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939491 is #6C6B6E. Grayscale: #939393. Windows color (decimal): -7105391 or 9540755. OLE color: 9540755.

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

Color convert

RGB147148145-
CMYK0.0100.020.42
HSL80º1.38%57.45%-
HSV(B)80º2.03%58.04%-
XYZ27.7329.4331.01-
YUV147.36126.67127.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=33.41%
G=33.64%
B=32.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471481450.0100.020.42801.3857.45
Hex9394911022A50139
Octal22322422110252120171
Binary100100111001010010010001101010101010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939491; }

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

 H1.HeaderClassName
 {
   color: #939491;
 }
 .AnyTagClassName
 {
   color: #939491;
 }
</style>
background-color css

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

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

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

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

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

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