Shades of Grey Suit #948CA0
Tints of Grey Suit #948CA0
RGB
CMYK
RGB Variations
Color information
#948CA0 (or 0x948CA0) is known color: Grey Suit. HEX triplet: 94, 8C and A0. RGB value is (148,140,160). Sum of RGB (Red+Green+Blue) = 148+140+160=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 160 - color contains mainly: blue. Hex color #948CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948CA0 is #6B735F. Grayscale: #909090. Windows color (decimal): -7041888 or 10521748. OLE color: 10521748.
HSL color Cylindrical-coordinate representation of color #948CA0: hue angle of 264º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #948CA0 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 140 | 160 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.37 |
| HSL | 264º | 0.1% | 0.59% | - |
| HSV(B) | 264º | 0.13% | 0.63% | - |
| XYZ | 27.94 | 27.59 | 37.11 | - |
| YUV | 144.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 160 | 0.07 | 0.12 | 0 | 0.37 | 264 | 0.1 | 0.59 |
| Hex | 94 | 8C | A0 | 7 | C | 0 | 25 | 108 | A | 3B |
| Octal | 224 | 214 | 240 | 7 | 14 | 0 | 45 | 410 | 12 | 73 |
| Binary | 10010100 | 10001100 | 10100000 | 111 | 1100 | 0 | 100101 | 100001000 | 1010 | 111011 |
Color Harmonies of #948CA0
Complementary color
Monochromatic Colors of #948CA0
Black with #948CA0
Text Example
Text Example
White with #948CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CA0; }
p { color: rgb(148,140,160); }
H1.HeaderClassName
{
color: #948CA0;
}
.AnyTagClassName
{
color: #948CA0;
}
</style>
background-color css
<style>
a { background-color: #948CA0; }
a { background-color: rgb(148,140,160); }
div.DivClassName
{
background-color: #948CA0;
}
.BgClassName
{
background-color: #948CA0;
}
</style>
border-color css
<style>
span { border-color: #948CA0; }
span { border-color: rgb(148,140,160); }
td.TdClassName
{
border-color: #948CA0;
}
.TagClassName
{
border-color: #948CA0;
}
</style>