#929B87

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

Shades of Delta #929B87

Tints of Delta #929B87

Color information

#929B87 (or 0x929B87) is unknown color: approx Delta. HEX triplet: 92, 9B and 87. RGB value is (146,155,135). Sum of RGB (Red+Green+Blue) = 146+155+135=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #929B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929B87 is #6D6478. Grayscale: #969696. Windows color (decimal): -7169145 or 8887186. OLE color: 8887186.

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

Color convert

RGB146155135-
CMYK0.0600.130.39
HSL87º9.09%56.86%-
HSV(B)87º12.9%60.78%-
XYZ27.9531.327.49-
YUV150.03119.52125.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 135 (53.12% from 255) = 30.96%
R=33.49%
G=35.55%
B=30.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461551350.0600.130.39879.0956.86
Hex929B8760D2757939
Octal2222332076015471271171
Binary1001001010011011100001111100110110011110101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929B87; }

 p { color: rgb(146,155,135); }

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

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

 a { background-color: rgb(146,155,135); }

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

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

 span { border-color: rgb(146,155,135); }

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