#939B8D

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

Shades of Delta #939B8D

Tints of Delta #939B8D

Color information

#939B8D (or 0x939B8D) is unknown color: approx Delta. HEX triplet: 93, 9B and 8D. RGB value is (147,155,141). Sum of RGB (Red+Green+Blue) = 147+155+141=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 155 - color contains mainly: green. Hex color #939B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B8D is #6C6472. Grayscale: #979797. Windows color (decimal): -7103603 or 9280403. OLE color: 9280403.

HSL color Cylindrical-coordinate representation of color #939B8D: hue angle of 94.29º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #939B8D is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB147155141-
CMYK0.0500.090.39
HSL94.29º6.54%58.04%-
HSV(B)94.29º9.03%60.78%-
XYZ28.5631.5729.79-
YUV151.01122.35125.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=33.18%
G=34.99%
B=31.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471551410.0500.090.3994.296.5458.04
Hex939B8D509275e73a
Octal223233215501147136772
Binary100100111001101110001101101010011001111011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,155,141); }

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

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

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

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

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

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

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