#938E8B

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

Shades of Zorba #938E8B

Tints of Zorba #938E8B

Color information

#938E8B (or 0x938E8B) is unknown color: approx Zorba. HEX triplet: 93, 8E and 8B. RGB value is (147,142,139). Sum of RGB (Red+Green+Blue) = 147+142+139=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 147 - color contains mainly: red. Hex color #938E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938E8B is #6C7174. Grayscale: #8F8F8F. Windows color (decimal): -7106933 or 9146003. OLE color: 9146003.

HSL color Cylindrical-coordinate representation of color #938E8B: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #938E8B is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147142139-
CMYK00.030.050.42
HSL22.5º3.57%56.08%-
HSV(B)22.5º5.44%57.65%-
XYZ26.3727.4128.33-
YUV143.15125.66130.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=34.35%
G=33.18%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714213900.030.050.4222.53.5756.08
Hex938E8B0352A17438
Octal2232162130355227470
Binary10010011100011101000101101110110101010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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