#939F8A

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

Shades of Delta #939F8A

Tints of Delta #939F8A

Color information

#939F8A (or 0x939F8A) is unknown color: approx Delta. HEX triplet: 93, 9F and 8A. RGB value is (147,159,138). Sum of RGB (Red+Green+Blue) = 147+159+138=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 159 - color contains mainly: green. Hex color #939F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F8A is #6C6075. Grayscale: #999999. Windows color (decimal): -7102582 or 9084819. OLE color: 9084819.

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

Color convert

RGB147159138-
CMYK0.0800.130.38
HSL94.29º9.86%58.24%-
HSV(B)94.29º13.21%62.35%-
XYZ29.0232.8328.85-
YUV153.02119.52123.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=33.11%
G=35.81%
B=31.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591380.0800.130.3894.299.8658.24
Hex939F8A80D265ea3a
Octal22323721210015461361272
Binary10010011100111111000101010000110110011010111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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