Shades of Grey Suit #948BA2
Tints of Grey Suit #948BA2
RGB
CMYK
RGB Variations
Color information
#948BA2 (or 0x948BA2) is known color: Grey Suit. HEX triplet: 94, 8B and A2. RGB value is (148,139,162). Sum of RGB (Red+Green+Blue) = 148+139+162=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 162 - color contains mainly: blue. Hex color #948BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BA2 is #6B745D. Grayscale: #909090. Windows color (decimal): -7042142 or 10652564. OLE color: 10652564.
HSL color Cylindrical-coordinate representation of color #948BA2: hue angle of 263.48º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948BA2 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 139 | 162 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.36 |
| HSL | 263.48º | 0.11% | 0.59% | - |
| HSV(B) | 263.48º | 0.14% | 0.64% | - |
| XYZ | 27.97 | 27.37 | 37.99 | - |
| YUV | 144.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 162 | 0.09 | 0.14 | 0 | 0.36 | 263.48 | 0.11 | 0.59 |
| Hex | 94 | 8B | A2 | 9 | E | 0 | 24 | 107 | B | 3B |
| Octal | 224 | 213 | 242 | 11 | 16 | 0 | 44 | 407 | 13 | 73 |
| Binary | 10010100 | 10001011 | 10100010 | 1001 | 1110 | 0 | 100100 | 100000111 | 1011 | 111011 |
Color Harmonies of #948BA2
Complementary color
Monochromatic Colors of #948BA2
Black with #948BA2
Text Example
Text Example
White with #948BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BA2; }
p { color: rgb(148,139,162); }
H1.HeaderClassName
{
color: #948BA2;
}
.AnyTagClassName
{
color: #948BA2;
}
</style>
background-color css
<style>
a { background-color: #948BA2; }
a { background-color: rgb(148,139,162); }
div.DivClassName
{
background-color: #948BA2;
}
.BgClassName
{
background-color: #948BA2;
}
</style>
border-color css
<style>
span { border-color: #948BA2; }
span { border-color: rgb(148,139,162); }
td.TdClassName
{
border-color: #948BA2;
}
.TagClassName
{
border-color: #948BA2;
}
</style>