Shades of Suva Grey #918885
Tints of Suva Grey #918885
RGB
CMYK
RGB Variations
Color information
#918885 (or 0x918885) is known color: Suva Grey. HEX triplet: 91, 88 and 85. RGB value is (145,136,133). Sum of RGB (Red+Green+Blue) = 145+136+133=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #918885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918885 is #6E777A. Grayscale: #8A8A8A. Windows color (decimal): -7239547 or 8751249. OLE color: 8751249.
HSL color Cylindrical-coordinate representation of color #918885: hue angle of 15º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #918885 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 133 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.43 |
| HSL | 15º | 0.05% | 0.55% | - |
| HSV(B) | 15º | 0.08% | 0.57% | - |
| XYZ | 24.71 | 25.32 | 25.78 | - |
| YUV | 138.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 133 | 0 | 0.06 | 0.08 | 0.43 | 15 | 0.05 | 0.55 |
| Hex | 91 | 88 | 85 | 0 | 6 | 8 | 2B | F | 5 | 37 |
| Octal | 221 | 210 | 205 | 0 | 6 | 10 | 53 | 17 | 5 | 67 |
| Binary | 10010001 | 10001000 | 10000101 | 0 | 110 | 1000 | 101011 | 1111 | 101 | 110111 |
Color Harmonies of #918885
Complementary color
Monochromatic Colors of #918885
Black with #918885
Text Example
Text Example
White with #918885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918885; }
p { color: rgb(145,136,133); }
H1.HeaderClassName
{
color: #918885;
}
.AnyTagClassName
{
color: #918885;
}
</style>
background-color css
<style>
a { background-color: #918885; }
a { background-color: rgb(145,136,133); }
div.DivClassName
{
background-color: #918885;
}
.BgClassName
{
background-color: #918885;
}
</style>
border-color css
<style>
span { border-color: #918885; }
span { border-color: rgb(145,136,133); }
td.TdClassName
{
border-color: #918885;
}
.TagClassName
{
border-color: #918885;
}
</style>