Shades of Suva Grey #8B8583
Tints of Suva Grey #8B8583
RGB
CMYK
RGB Variations
Color information
#8B8583 (or 0x8B8583) is known color: Suva Grey. HEX triplet: 8B, 85 and 83. RGB value is (139,133,131). Sum of RGB (Red+Green+Blue) = 139+133+131=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8583 is #747A7C. Grayscale: #868686. Windows color (decimal): -7633533 or 8619403. OLE color: 8619403.
HSL color Cylindrical-coordinate representation of color #8B8583: hue angle of 15º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B8583 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 131 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.45 |
| HSL | 15º | 0.03% | 0.53% | - |
| HSV(B) | 15º | 0.06% | 0.55% | - |
| XYZ | 23.13 | 23.9 | 24.87 | - |
| YUV | 134.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 131 | 0 | 0.04 | 0.06 | 0.45 | 15 | 0.03 | 0.53 |
| Hex | 8B | 85 | 83 | 0 | 4 | 6 | 2D | F | 3 | 35 |
| Octal | 213 | 205 | 203 | 0 | 4 | 6 | 55 | 17 | 3 | 65 |
| Binary | 10001011 | 10000101 | 10000011 | 0 | 100 | 110 | 101101 | 1111 | 11 | 110101 |
Color Harmonies of #8B8583
Complementary color
Monochromatic Colors of #8B8583
Black with #8B8583
Text Example
Text Example
White with #8B8583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8583; }
p { color: rgb(139,133,131); }
H1.HeaderClassName
{
color: #8B8583;
}
.AnyTagClassName
{
color: #8B8583;
}
</style>
background-color css
<style>
a { background-color: #8B8583; }
a { background-color: rgb(139,133,131); }
div.DivClassName
{
background-color: #8B8583;
}
.BgClassName
{
background-color: #8B8583;
}
</style>
border-color css
<style>
span { border-color: #8B8583; }
span { border-color: rgb(139,133,131); }
td.TdClassName
{
border-color: #8B8583;
}
.TagClassName
{
border-color: #8B8583;
}
</style>