#9E928D

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

Shades of Zorba #9E928D

Tints of Zorba #9E928D

Color information

#9E928D (or 0x9E928D) is unknown color: approx Zorba. HEX triplet: 9E, 92 and 8D. RGB value is (158,146,141). Sum of RGB (Red+Green+Blue) = 158+146+141=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 158 - color contains mainly: red. Hex color #9E928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E928D is #616D72. Grayscale: #959595. Windows color (decimal): -6385011 or 9278110. OLE color: 9278110.

HSL color Cylindrical-coordinate representation of color #9E928D: hue angle of 17.65º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9E928D is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB158146141-
CMYK00.080.110.38
HSL17.65º8.06%58.63%-
HSV(B)17.65º10.76%61.96%-
XYZ29.1929.7529.4-
YUV149.02123.48134.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.51%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=35.51%
G=32.81%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814614100.080.110.3817.658.0658.63
Hex9E928D08B261283b
Octal2362222150101346221073
Binary100111101001001010001101010001011100110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E928D; }

 p { color: rgb(158,146,141); }

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

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

 a { background-color: rgb(158,146,141); }

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

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

 span { border-color: rgb(158,146,141); }

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