Shades of Suva Grey #948A87
Tints of Suva Grey #948A87
RGB
CMYK
RGB Variations
Color information
#948A87 (or 0x948A87) is known color: Suva Grey. HEX triplet: 94, 8A and 87. RGB value is (148,138,135). Sum of RGB (Red+Green+Blue) = 148+138+135=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #948A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A87 is #6B7578. Grayscale: #8C8C8C. Windows color (decimal): -7042425 or 8882836. OLE color: 8882836.
HSL color Cylindrical-coordinate representation of color #948A87: hue angle of 13.85º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948A87 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 138 | 135 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.42 |
| HSL | 13.85º | 0.06% | 0.55% | - |
| HSV(B) | 13.85º | 0.09% | 0.58% | - |
| XYZ | 25.67 | 26.22 | 26.63 | - |
| YUV | 140.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 135 | 0 | 0.07 | 0.09 | 0.42 | 13.85 | 0.06 | 0.55 |
| Hex | 94 | 8A | 87 | 0 | 7 | 9 | 2A | E | 6 | 37 |
| Octal | 224 | 212 | 207 | 0 | 7 | 11 | 52 | 16 | 6 | 67 |
| Binary | 10010100 | 10001010 | 10000111 | 0 | 111 | 1001 | 101010 | 1110 | 110 | 110111 |
Color Harmonies of #948A87
Complementary color
Monochromatic Colors of #948A87
Black with #948A87
Text Example
Text Example
White with #948A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A87; }
p { color: rgb(148,138,135); }
H1.HeaderClassName
{
color: #948A87;
}
.AnyTagClassName
{
color: #948A87;
}
</style>
background-color css
<style>
a { background-color: #948A87; }
a { background-color: rgb(148,138,135); }
div.DivClassName
{
background-color: #948A87;
}
.BgClassName
{
background-color: #948A87;
}
</style>
border-color css
<style>
span { border-color: #948A87; }
span { border-color: rgb(148,138,135); }
td.TdClassName
{
border-color: #948A87;
}
.TagClassName
{
border-color: #948A87;
}
</style>