#938E8A

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

Shades of Zorba #938E8A

Tints of Zorba #938E8A

Color information

#938E8A (or 0x938E8A) is unknown color: approx Zorba. HEX triplet: 93, 8E and 8A. RGB value is (147,142,138). Sum of RGB (Red+Green+Blue) = 147+142+138=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 147 - color contains mainly: red. Hex color #938E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938E8A is #6C7175. Grayscale: #8F8F8F. Windows color (decimal): -7106934 or 9080467. OLE color: 9080467.

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

Color convert

RGB147142138-
CMYK00.030.060.42
HSL26.67º4%55.88%-
HSV(B)26.67º6.12%57.65%-
XYZ26.2927.3827.94-
YUV143.04125.16130.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=34.43%
G=33.26%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714213800.030.060.4226.67455.88
Hex938E8A0362A1b438
Octal2232162120365233470
Binary10010011100011101000101001111010101011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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