Shades of Suva Grey #938883
Tints of Suva Grey #938883
RGB
CMYK
RGB Variations
Color information
#938883 (or 0x938883) is known color: Suva Grey. HEX triplet: 93, 88 and 83. RGB value is (147,136,131). Sum of RGB (Red+Green+Blue) = 147+136+131=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #938883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938883 is #6C777C. Grayscale: #8A8A8A. Windows color (decimal): -7108477 or 8620179. OLE color: 8620179.
HSL color Cylindrical-coordinate representation of color #938883: hue angle of 18.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #938883 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 131 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.42 |
| HSL | 18.75º | 0.07% | 0.55% | - |
| HSV(B) | 18.75º | 0.11% | 0.58% | - |
| XYZ | 24.93 | 25.45 | 25.07 | - |
| YUV | 138.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 131 | 0 | 0.07 | 0.11 | 0.42 | 18.75 | 0.07 | 0.55 |
| Hex | 93 | 88 | 83 | 0 | 7 | B | 2A | 13 | 7 | 37 |
| Octal | 223 | 210 | 203 | 0 | 7 | 13 | 52 | 23 | 7 | 67 |
| Binary | 10010011 | 10001000 | 10000011 | 0 | 111 | 1011 | 101010 | 10011 | 111 | 110111 |
Color Harmonies of #938883
Complementary color
Monochromatic Colors of #938883
Black with #938883
Text Example
Text Example
White with #938883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938883; }
p { color: rgb(147,136,131); }
H1.HeaderClassName
{
color: #938883;
}
.AnyTagClassName
{
color: #938883;
}
</style>
background-color css
<style>
a { background-color: #938883; }
a { background-color: rgb(147,136,131); }
div.DivClassName
{
background-color: #938883;
}
.BgClassName
{
background-color: #938883;
}
</style>
border-color css
<style>
span { border-color: #938883; }
span { border-color: rgb(147,136,131); }
td.TdClassName
{
border-color: #938883;
}
.TagClassName
{
border-color: #938883;
}
</style>