Shades of Zorba #958E89
Tints of Zorba #958E89
RGB
CMYK
RGB Variations
Color information
#958E89 (or 0x958E89) is known color: Zorba. HEX triplet: 95, 8E and 89. RGB value is (149,142,137). Sum of RGB (Red+Green+Blue) = 149+142+137=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #958E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E89 is #6A7176. Grayscale: #8F8F8F. Windows color (decimal): -6975863 or 9014933. OLE color: 9014933.
HSL color Cylindrical-coordinate representation of color #958E89: hue angle of 25º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #958E89 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 137 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.42 |
| HSL | 25º | 0.05% | 0.56% | - |
| HSV(B) | 25º | 0.08% | 0.58% | - |
| XYZ | 26.58 | 27.54 | 27.58 | - |
| YUV | 143.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 137 | 0 | 0.05 | 0.08 | 0.42 | 25 | 0.05 | 0.56 |
| Hex | 95 | 8E | 89 | 0 | 5 | 8 | 2A | 19 | 5 | 38 |
| Octal | 225 | 216 | 211 | 0 | 5 | 10 | 52 | 31 | 5 | 70 |
| Binary | 10010101 | 10001110 | 10001001 | 0 | 101 | 1000 | 101010 | 11001 | 101 | 111000 |
Color Harmonies of #958E89
Complementary color
Monochromatic Colors of #958E89
Black with #958E89
Text Example
Text Example
White with #958E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E89; }
p { color: rgb(149,142,137); }
H1.HeaderClassName
{
color: #958E89;
}
.AnyTagClassName
{
color: #958E89;
}
</style>
background-color css
<style>
a { background-color: #958E89; }
a { background-color: rgb(149,142,137); }
div.DivClassName
{
background-color: #958E89;
}
.BgClassName
{
background-color: #958E89;
}
</style>
border-color css
<style>
span { border-color: #958E89; }
span { border-color: rgb(149,142,137); }
td.TdClassName
{
border-color: #958E89;
}
.TagClassName
{
border-color: #958E89;
}
</style>