Shades of Grey Suit #948FA2
Tints of Grey Suit #948FA2
RGB
CMYK
RGB Variations
Color information
#948FA2 (or 0x948FA2) is known color: Grey Suit. HEX triplet: 94, 8F and A2. RGB value is (148,143,162). Sum of RGB (Red+Green+Blue) = 148+143+162=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 162 - color contains mainly: blue. Hex color #948FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948FA2 is #6B705D. Grayscale: #929292. Windows color (decimal): -7041118 or 10653588. OLE color: 10653588.
HSL color Cylindrical-coordinate representation of color #948FA2: hue angle of 255.79º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #948FA2 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 143 | 162 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.36 |
| HSL | 255.79º | 0.09% | 0.6% | - |
| HSV(B) | 255.79º | 0.12% | 0.64% | - |
| XYZ | 28.56 | 28.55 | 38.19 | - |
| YUV | 146.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 162 | 0.09 | 0.12 | 0 | 0.36 | 255.79 | 0.09 | 0.6 |
| Hex | 94 | 8F | A2 | 9 | C | 0 | 24 | 100 | 9 | 3C |
| Octal | 224 | 217 | 242 | 11 | 14 | 0 | 44 | 400 | 11 | 74 |
| Binary | 10010100 | 10001111 | 10100010 | 1001 | 1100 | 0 | 100100 | 100000000 | 1001 | 111100 |
Color Harmonies of #948FA2
Complementary color
Monochromatic Colors of #948FA2
Black with #948FA2
Text Example
Text Example
White with #948FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FA2; }
p { color: rgb(148,143,162); }
H1.HeaderClassName
{
color: #948FA2;
}
.AnyTagClassName
{
color: #948FA2;
}
</style>
background-color css
<style>
a { background-color: #948FA2; }
a { background-color: rgb(148,143,162); }
div.DivClassName
{
background-color: #948FA2;
}
.BgClassName
{
background-color: #948FA2;
}
</style>
border-color css
<style>
span { border-color: #948FA2; }
span { border-color: rgb(148,143,162); }
td.TdClassName
{
border-color: #948FA2;
}
.TagClassName
{
border-color: #948FA2;
}
</style>