Shades of Zorba #938E8A
Tints of Zorba #938E8A
RGB
CMYK
RGB Variations
Color information
#938E8A (or 0x938E8A) is known color: 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
| RGB | 147 | 142 | 138 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.42 |
| HSL | 26.67º | 0.04% | 0.56% | - |
| HSV(B) | 26.67º | 0.06% | 0.58% | - |
| XYZ | 26.29 | 27.38 | 27.94 | - |
| YUV | 143.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 138 | 0 | 0.03 | 0.06 | 0.42 | 26.67 | 0.04 | 0.56 |
| Hex | 93 | 8E | 8A | 0 | 3 | 6 | 2A | 1B | 4 | 38 |
| Octal | 223 | 216 | 212 | 0 | 3 | 6 | 52 | 33 | 4 | 70 |
| Binary | 10010011 | 10001110 | 10001010 | 0 | 11 | 110 | 101010 | 11011 | 100 | 111000 |
Color Harmonies of #938E8A
Complementary color
Monochromatic Colors of #938E8A
Black with #938E8A
Text Example
Text Example
White with #938E8A
Text Example
Text Example
HTML Codes & Css Web 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>