Shades of Grey Suit #938FA3
Tints of Grey Suit #938FA3
RGB
CMYK
RGB Variations
Color information
#938FA3 (or 0x938FA3) is known color: Grey Suit. HEX triplet: 93, 8F and A3. RGB value is (147,143,163). Sum of RGB (Red+Green+Blue) = 147+143+163=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 163 - color contains mainly: blue. Hex color #938FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938FA3 is #6C705C. Grayscale: #929292. Windows color (decimal): -7106653 or 10719123. OLE color: 10719123.
HSL color Cylindrical-coordinate representation of color #938FA3: hue angle of 252º degrees, saturation: 0.1, 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 #938FA3 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 143 | 163 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.36 |
| HSL | 252º | 0.1% | 0.6% | - |
| HSV(B) | 252º | 0.12% | 0.64% | - |
| XYZ | 28.47 | 28.49 | 38.65 | - |
| YUV | 146.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 163 | 0.10 | 0.12 | 0 | 0.36 | 252 | 0.1 | 0.6 |
| Hex | 93 | 8F | A3 | A | C | 0 | 24 | FC | A | 3C |
| Octal | 223 | 217 | 243 | 12 | 14 | 0 | 44 | 374 | 12 | 74 |
| Binary | 10010011 | 10001111 | 10100011 | 1010 | 1100 | 0 | 100100 | 11111100 | 1010 | 111100 |
Color Harmonies of #938FA3
Complementary color
Monochromatic Colors of #938FA3
Black with #938FA3
Text Example
Text Example
White with #938FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FA3; }
p { color: rgb(147,143,163); }
H1.HeaderClassName
{
color: #938FA3;
}
.AnyTagClassName
{
color: #938FA3;
}
</style>
background-color css
<style>
a { background-color: #938FA3; }
a { background-color: rgb(147,143,163); }
div.DivClassName
{
background-color: #938FA3;
}
.BgClassName
{
background-color: #938FA3;
}
</style>
border-color css
<style>
span { border-color: #938FA3; }
span { border-color: rgb(147,143,163); }
td.TdClassName
{
border-color: #938FA3;
}
.TagClassName
{
border-color: #938FA3;
}
</style>