#939D8A

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

Shades of Delta #939D8A

Tints of Delta #939D8A

Color information

#939D8A (or 0x939D8A) is unknown color: approx Delta. HEX triplet: 93, 9D and 8A. RGB value is (147,157,138). Sum of RGB (Red+Green+Blue) = 147+157+138=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 157 - color contains mainly: green. Hex color #939D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D8A is #6C6275. Grayscale: #979797. Windows color (decimal): -7103094 or 9084307. OLE color: 9084307.

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

Color convert

RGB147157138-
CMYK0.0600.120.38
HSL91.58º8.84%57.84%-
HSV(B)91.58º12.1%61.57%-
XYZ28.6832.1528.74-
YUV151.84120.19124.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=33.26%
G=35.52%
B=31.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471571380.0600.120.3891.588.8457.84
Hex939D8A60C265c93a
Octal2232352126014461341172
Binary1001001110011101100010101100110010011010111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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