Shades of Grey Suit #948BA3
Tints of Grey Suit #948BA3
RGB
CMYK
RGB Variations
Color information
#948BA3 (or 0x948BA3) is known color: Grey Suit. HEX triplet: 94, 8B and A3. RGB value is (148,139,163). Sum of RGB (Red+Green+Blue) = 148+139+163=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 163 - color contains mainly: blue. Hex color #948BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BA3 is #6B745C. Grayscale: #909090. Windows color (decimal): -7042141 or 10718100. OLE color: 10718100.
HSL color Cylindrical-coordinate representation of color #948BA3: hue angle of 262.5º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #948BA3 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 139 | 163 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.36 |
| HSL | 262.5º | 0.12% | 0.59% | - |
| HSV(B) | 262.5º | 0.15% | 0.64% | - |
| XYZ | 28.06 | 27.41 | 38.46 | - |
| YUV | 144.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 163 | 0.09 | 0.15 | 0 | 0.36 | 262.5 | 0.12 | 0.59 |
| Hex | 94 | 8B | A3 | 9 | F | 0 | 24 | 106 | C | 3B |
| Octal | 224 | 213 | 243 | 11 | 17 | 0 | 44 | 406 | 14 | 73 |
| Binary | 10010100 | 10001011 | 10100011 | 1001 | 1111 | 0 | 100100 | 100000110 | 1100 | 111011 |
Color Harmonies of #948BA3
Complementary color
Monochromatic Colors of #948BA3
Black with #948BA3
Text Example
Text Example
White with #948BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BA3; }
p { color: rgb(148,139,163); }
H1.HeaderClassName
{
color: #948BA3;
}
.AnyTagClassName
{
color: #948BA3;
}
</style>
background-color css
<style>
a { background-color: #948BA3; }
a { background-color: rgb(148,139,163); }
div.DivClassName
{
background-color: #948BA3;
}
.BgClassName
{
background-color: #948BA3;
}
</style>
border-color css
<style>
span { border-color: #948BA3; }
span { border-color: rgb(148,139,163); }
td.TdClassName
{
border-color: #948BA3;
}
.TagClassName
{
border-color: #948BA3;
}
</style>