#939D85

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

Shades of Delta #939D85

Tints of Delta #939D85

Color information

#939D85 (or 0x939D85) is unknown color: approx Delta. HEX triplet: 93, 9D and 85. RGB value is (147,157,133). Sum of RGB (Red+Green+Blue) = 147+157+133=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 157 - color contains mainly: green. Hex color #939D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D85 is #6C627A. Grayscale: #979797. Windows color (decimal): -7103099 or 8756627. OLE color: 8756627.

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

Color convert

RGB147157133-
CMYK0.0600.150.38
HSL85º10.91%56.86%-
HSV(B)85º15.29%61.57%-
XYZ28.3232.0126.88-
YUV151.27117.69124.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=33.64%
G=35.93%
B=30.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471571330.0600.150.388510.9156.86
Hex939D8560F2655b39
Octal2232352056017461251371
Binary1001001110011101100001011100111110011010101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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