Shades of Grey Suit #948DA7
Tints of Grey Suit #948DA7
RGB
CMYK
RGB Variations
Color information
#948DA7 (or 0x948DA7) is known color: Grey Suit. HEX triplet: 94, 8D and A7. RGB value is (148,141,167). Sum of RGB (Red+Green+Blue) = 148+141+167=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 167 - color contains mainly: blue. Hex color #948DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948DA7 is #6B7258. Grayscale: #919191. Windows color (decimal): -7041625 or 10980756. OLE color: 10980756.
HSL color Cylindrical-coordinate representation of color #948DA7: hue angle of 256.15º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #948DA7 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 141 | 167 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.35 |
| HSL | 256.15º | 0.13% | 0.6% | - |
| HSV(B) | 256.15º | 0.16% | 0.65% | - |
| XYZ | 28.71 | 28.14 | 40.48 | - |
| YUV | 146.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 167 | 0.11 | 0.16 | 0 | 0.35 | 256.15 | 0.13 | 0.6 |
| Hex | 94 | 8D | A7 | B | 10 | 0 | 23 | 100 | D | 3C |
| Octal | 224 | 215 | 247 | 13 | 20 | 0 | 43 | 400 | 15 | 74 |
| Binary | 10010100 | 10001101 | 10100111 | 1011 | 10000 | 0 | 100011 | 100000000 | 1101 | 111100 |
Color Harmonies of #948DA7
Complementary color
Monochromatic Colors of #948DA7
Black with #948DA7
Text Example
Text Example
White with #948DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DA7; }
p { color: rgb(148,141,167); }
H1.HeaderClassName
{
color: #948DA7;
}
.AnyTagClassName
{
color: #948DA7;
}
</style>
background-color css
<style>
a { background-color: #948DA7; }
a { background-color: rgb(148,141,167); }
div.DivClassName
{
background-color: #948DA7;
}
.BgClassName
{
background-color: #948DA7;
}
</style>
border-color css
<style>
span { border-color: #948DA7; }
span { border-color: rgb(148,141,167); }
td.TdClassName
{
border-color: #948DA7;
}
.TagClassName
{
border-color: #948DA7;
}
</style>