#939C8A

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

Shades of Delta #939C8A

Tints of Delta #939C8A

Color information

#939C8A (or 0x939C8A) is unknown color: approx Delta. HEX triplet: 93, 9C and 8A. RGB value is (147,156,138). Sum of RGB (Red+Green+Blue) = 147+156+138=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 156 - color contains mainly: green. Hex color #939C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939C8A is #6C6375. Grayscale: #979797. Windows color (decimal): -7103350 or 9084051. OLE color: 9084051.

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

Color convert

RGB147156138-
CMYK0.0600.120.39
HSL90º8.33%57.65%-
HSV(B)90º11.54%61.18%-
XYZ28.5131.8128.68-
YUV151.26120.52124.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=33.33%
G=35.37%
B=31.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471561380.0600.120.39908.3357.65
Hex939C8A60C275a83a
Octal2232342126014471321072
Binary1001001110011100100010101100110010011110110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,156,138); }

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

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

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

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

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

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

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