Shades of Grey Suit #948FA1
Tints of Grey Suit #948FA1
RGB
CMYK
RGB Variations
Color information
#948FA1 (or 0x948FA1) is known color: Grey Suit. HEX triplet: 94, 8F and A1. RGB value is (148,143,161). Sum of RGB (Red+Green+Blue) = 148+143+161=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 161 - color contains mainly: blue. Hex color #948FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948FA1 is #6B705E. Grayscale: #929292. Windows color (decimal): -7041119 or 10588052. OLE color: 10588052.
HSL color Cylindrical-coordinate representation of color #948FA1: hue angle of 256.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948FA1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 143 | 161 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.37 |
| HSL | 256.67º | 0.09% | 0.6% | - |
| HSV(B) | 256.67º | 0.11% | 0.63% | - |
| XYZ | 28.47 | 28.51 | 37.72 | - |
| YUV | 146.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 161 | 0.08 | 0.11 | 0 | 0.37 | 256.67 | 0.09 | 0.6 |
| Hex | 94 | 8F | A1 | 8 | B | 0 | 25 | 101 | 9 | 3C |
| Octal | 224 | 217 | 241 | 10 | 13 | 0 | 45 | 401 | 11 | 74 |
| Binary | 10010100 | 10001111 | 10100001 | 1000 | 1011 | 0 | 100101 | 100000001 | 1001 | 111100 |
Color Harmonies of #948FA1
Complementary color
Monochromatic Colors of #948FA1
Black with #948FA1
Text Example
Text Example
White with #948FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FA1; }
p { color: rgb(148,143,161); }
H1.HeaderClassName
{
color: #948FA1;
}
.AnyTagClassName
{
color: #948FA1;
}
</style>
background-color css
<style>
a { background-color: #948FA1; }
a { background-color: rgb(148,143,161); }
div.DivClassName
{
background-color: #948FA1;
}
.BgClassName
{
background-color: #948FA1;
}
</style>
border-color css
<style>
span { border-color: #948FA1; }
span { border-color: rgb(148,143,161); }
td.TdClassName
{
border-color: #948FA1;
}
.TagClassName
{
border-color: #948FA1;
}
</style>