#939B88

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

Shades of Delta #939B88

Tints of Delta #939B88

Color information

#939B88 (or 0x939B88) is unknown color: approx Delta. HEX triplet: 93, 9B and 88. RGB value is (147,155,136). Sum of RGB (Red+Green+Blue) = 147+155+136=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 155 - color contains mainly: green. Hex color #939B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B88 is #6C6477. Grayscale: #969696. Windows color (decimal): -7103608 or 8952723. OLE color: 8952723.

HSL color Cylindrical-coordinate representation of color #939B88: hue angle of 85.26º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #939B88 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB147155136-
CMYK0.0500.120.39
HSL85.26º8.68%57.06%-
HSV(B)85.26º12.26%60.78%-
XYZ28.231.4227.87-
YUV150.44119.85125.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=33.56%
G=35.39%
B=31.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471551360.0500.120.3985.268.6857.06
Hex939B8850C2755939
Octal2232332105014471251171
Binary1001001110011011100010001010110010011110101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,155,136); }

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

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

 a { background-color: rgb(147,155,136); }

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

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

 span { border-color: rgb(147,155,136); }

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