Shades of Grey Suit #948BA4
Tints of Grey Suit #948BA4
RGB
CMYK
RGB Variations
Color information
#948BA4 (or 0x948BA4) is known color: Grey Suit. HEX triplet: 94, 8B and A4. RGB value is (148,139,164). Sum of RGB (Red+Green+Blue) = 148+139+164=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 164 - color contains mainly: blue. Hex color #948BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BA4 is #6B745B. Grayscale: #909090. Windows color (decimal): -7042140 or 10783636. OLE color: 10783636.
HSL color Cylindrical-coordinate representation of color #948BA4: hue angle of 261.6º 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 #948BA4 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 139 | 164 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.36 |
| HSL | 261.6º | 0.12% | 0.59% | - |
| HSV(B) | 261.6º | 0.15% | 0.64% | - |
| XYZ | 28.15 | 27.44 | 38.94 | - |
| YUV | 144.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 164 | 0.10 | 0.15 | 0 | 0.36 | 261.6 | 0.12 | 0.59 |
| Hex | 94 | 8B | A4 | A | F | 0 | 24 | 106 | C | 3B |
| Octal | 224 | 213 | 244 | 12 | 17 | 0 | 44 | 406 | 14 | 73 |
| Binary | 10010100 | 10001011 | 10100100 | 1010 | 1111 | 0 | 100100 | 100000110 | 1100 | 111011 |
Color Harmonies of #948BA4
Complementary color
Monochromatic Colors of #948BA4
Black with #948BA4
Text Example
Text Example
White with #948BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BA4; }
p { color: rgb(148,139,164); }
H1.HeaderClassName
{
color: #948BA4;
}
.AnyTagClassName
{
color: #948BA4;
}
</style>
background-color css
<style>
a { background-color: #948BA4; }
a { background-color: rgb(148,139,164); }
div.DivClassName
{
background-color: #948BA4;
}
.BgClassName
{
background-color: #948BA4;
}
</style>
border-color css
<style>
span { border-color: #948BA4; }
span { border-color: rgb(148,139,164); }
td.TdClassName
{
border-color: #948BA4;
}
.TagClassName
{
border-color: #948BA4;
}
</style>