#939889

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

Shades of Delta #939889

Tints of Delta #939889

Color information

#939889 (or 0x939889) is unknown color: approx Delta. HEX triplet: 93, 98 and 89. RGB value is (147,152,137). Sum of RGB (Red+Green+Blue) = 147+152+137=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 152 - color contains mainly: green. Hex color #939889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939889 is #6C6776. Grayscale: #949494. Windows color (decimal): -7104375 or 9017491. OLE color: 9017491.

HSL color Cylindrical-coordinate representation of color #939889: hue angle of 80º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #939889 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB147152137-
CMYK0.0300.100.40
HSL80º6.79%56.67%-
HSV(B)80º9.87%59.61%-
XYZ27.7830.4728.08-
YUV148.79121.34126.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.72%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=33.72%
G=34.86%
B=31.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521370.0300.100.40806.7956.67
Hex93988930A2850739
Octal223230211301250120771
Binary10010011100110001000100111010101010001010000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939889; }

 p { color: rgb(147,152,137); }

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

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

 a { background-color: rgb(147,152,137); }

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

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

 span { border-color: rgb(147,152,137); }

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