#939A85

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

Shades of Delta #939A85

Tints of Delta #939A85

Color information

#939A85 (or 0x939A85) is unknown color: approx Delta. HEX triplet: 93, 9A and 85. RGB value is (147,154,133). Sum of RGB (Red+Green+Blue) = 147+154+133=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 154 - color contains mainly: green. Hex color #939A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939A85 is #6C657A. Grayscale: #959595. Windows color (decimal): -7103867 or 8755859. OLE color: 8755859.

HSL color Cylindrical-coordinate representation of color #939A85: hue angle of 80º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #939A85 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB147154133-
CMYK0.0500.140.40
HSL80º9.42%56.27%-
HSV(B)80º13.64%60.39%-
XYZ27.8231.0126.71-
YUV149.51118.68126.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 133 (52.34% from 255) = 30.65%
R=33.87%
G=35.48%
B=30.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471541330.0500.140.40809.4256.27
Hex939A8550E2850938
Octal2232322055016501201170
Binary1001001110011010100001011010111010100010100001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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