Shades of Suva Grey #968A85
Tints of Suva Grey #968A85
RGB
CMYK
RGB Variations
Color information
#968A85 (or 0x968A85) is known color: Suva Grey. HEX triplet: 96, 8A and 85. RGB value is (150,138,133). Sum of RGB (Red+Green+Blue) = 150+138+133=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #968A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A85 is #69757A. Grayscale: #8D8D8D. Windows color (decimal): -6911355 or 8751766. OLE color: 8751766.
HSL color Cylindrical-coordinate representation of color #968A85: hue angle of 17.65º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968A85 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 133 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.41 |
| HSL | 17.65º | 0.07% | 0.55% | - |
| HSV(B) | 17.65º | 0.11% | 0.59% | - |
| XYZ | 25.9 | 26.35 | 25.91 | - |
| YUV | 141.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 133 | 0 | 0.08 | 0.11 | 0.41 | 17.65 | 0.07 | 0.55 |
| Hex | 96 | 8A | 85 | 0 | 8 | B | 29 | 12 | 7 | 37 |
| Octal | 226 | 212 | 205 | 0 | 10 | 13 | 51 | 22 | 7 | 67 |
| Binary | 10010110 | 10001010 | 10000101 | 0 | 1000 | 1011 | 101001 | 10010 | 111 | 110111 |
Color Harmonies of #968A85
Complementary color
Monochromatic Colors of #968A85
Black with #968A85
Text Example
Text Example
White with #968A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A85; }
p { color: rgb(150,138,133); }
H1.HeaderClassName
{
color: #968A85;
}
.AnyTagClassName
{
color: #968A85;
}
</style>
background-color css
<style>
a { background-color: #968A85; }
a { background-color: rgb(150,138,133); }
div.DivClassName
{
background-color: #968A85;
}
.BgClassName
{
background-color: #968A85;
}
</style>
border-color css
<style>
span { border-color: #968A85; }
span { border-color: rgb(150,138,133); }
td.TdClassName
{
border-color: #968A85;
}
.TagClassName
{
border-color: #968A85;
}
</style>