#939E8B

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

Shades of Delta #939E8B

Tints of Delta #939E8B

Color information

#939E8B (or 0x939E8B) is unknown color: approx Delta. HEX triplet: 93, 9E and 8B. RGB value is (147,158,139). Sum of RGB (Red+Green+Blue) = 147+158+139=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 158 - color contains mainly: green. Hex color #939E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939E8B is #6C6174. Grayscale: #989898. Windows color (decimal): -7102837 or 9150099. OLE color: 9150099.

HSL color Cylindrical-coordinate representation of color #939E8B: hue angle of 94.74º 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 #939E8B is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB147158139-
CMYK0.0700.120.38
HSL94.74º8.92%58.24%-
HSV(B)94.74º12.03%61.96%-
XYZ28.9232.5229.18-
YUV152.54120.36124.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 158 (62.11% from 255) = 35.59%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=33.11%
G=35.59%
B=31.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471581390.0700.120.3894.748.9258.24
Hex939E8B70C265f93a
Octal2232362137014461371172
Binary1001001110011110100010111110110010011010111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,158,139); }

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

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

 a { background-color: rgb(147,158,139); }

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

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

 span { border-color: rgb(147,158,139); }

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