Shades of Suva Grey #938A88
Tints of Suva Grey #938A88
RGB
CMYK
RGB Variations
Color information
#938A88 (or 0x938A88) is known color: Suva Grey. HEX triplet: 93, 8A and 88. RGB value is (147,138,136). Sum of RGB (Red+Green+Blue) = 147+138+136=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #938A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A88 is #6C7577. Grayscale: #8C8C8C. Windows color (decimal): -7107960 or 8948371. OLE color: 8948371.
HSL color Cylindrical-coordinate representation of color #938A88: hue angle of 10.91º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #938A88 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 136 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.42 |
| HSL | 10.91º | 0.05% | 0.55% | - |
| HSV(B) | 10.91º | 0.07% | 0.58% | - |
| XYZ | 25.57 | 26.16 | 26.99 | - |
| YUV | 140.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 136 | 0 | 0.06 | 0.07 | 0.42 | 10.91 | 0.05 | 0.55 |
| Hex | 93 | 8A | 88 | 0 | 6 | 7 | 2A | B | 5 | 37 |
| Octal | 223 | 212 | 210 | 0 | 6 | 7 | 52 | 13 | 5 | 67 |
| Binary | 10010011 | 10001010 | 10001000 | 0 | 110 | 111 | 101010 | 1011 | 101 | 110111 |
Color Harmonies of #938A88
Complementary color
Monochromatic Colors of #938A88
Black with #938A88
Text Example
Text Example
White with #938A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A88; }
p { color: rgb(147,138,136); }
H1.HeaderClassName
{
color: #938A88;
}
.AnyTagClassName
{
color: #938A88;
}
</style>
background-color css
<style>
a { background-color: #938A88; }
a { background-color: rgb(147,138,136); }
div.DivClassName
{
background-color: #938A88;
}
.BgClassName
{
background-color: #938A88;
}
</style>
border-color css
<style>
span { border-color: #938A88; }
span { border-color: rgb(147,138,136); }
td.TdClassName
{
border-color: #938A88;
}
.TagClassName
{
border-color: #938A88;
}
</style>