Shades of Suva Grey #91827E
Tints of Suva Grey #91827E
RGB
CMYK
RGB Variations
Color information
#91827E (or 0x91827E) is known color: Suva Grey. HEX triplet: 91, 82 and 7E. RGB value is (145,130,126). Sum of RGB (Red+Green+Blue) = 145+130+126=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #91827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91827E is #6E7D81. Grayscale: #868686. Windows color (decimal): -7241090 or 8290961. OLE color: 8290961.
HSL color Cylindrical-coordinate representation of color #91827E: hue angle of 12.63º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #91827E is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 126 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.43 |
| HSL | 12.63º | 0.08% | 0.53% | - |
| HSV(B) | 12.63º | 0.13% | 0.57% | - |
| XYZ | 23.43 | 23.49 | 23.04 | - |
| YUV | 134.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 126 | 0 | 0.10 | 0.13 | 0.43 | 12.63 | 0.08 | 0.53 |
| Hex | 91 | 82 | 7E | 0 | A | D | 2B | D | 8 | 35 |
| Octal | 221 | 202 | 176 | 0 | 12 | 15 | 53 | 15 | 10 | 65 |
| Binary | 10010001 | 10000010 | 1111110 | 0 | 1010 | 1101 | 101011 | 1101 | 1000 | 110101 |
Color Harmonies of #91827E
Complementary color
Monochromatic Colors of #91827E
Black with #91827E
Text Example
Text Example
White with #91827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91827E; }
p { color: rgb(145,130,126); }
H1.HeaderClassName
{
color: #91827E;
}
.AnyTagClassName
{
color: #91827E;
}
</style>
background-color css
<style>
a { background-color: #91827E; }
a { background-color: rgb(145,130,126); }
div.DivClassName
{
background-color: #91827E;
}
.BgClassName
{
background-color: #91827E;
}
</style>
border-color css
<style>
span { border-color: #91827E; }
span { border-color: rgb(145,130,126); }
td.TdClassName
{
border-color: #91827E;
}
.TagClassName
{
border-color: #91827E;
}
</style>