Shades of Grey Suit #938FA7
Tints of Grey Suit #938FA7
RGB
CMYK
RGB Variations
Color information
#938FA7 (or 0x938FA7) is known color: Grey Suit. HEX triplet: 93, 8F and A7. RGB value is (147,143,167). Sum of RGB (Red+Green+Blue) = 147+143+167=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 167 - color contains mainly: blue. Hex color #938FA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938FA7 is #6C7058. Grayscale: #929292. Windows color (decimal): -7106649 or 10981267. OLE color: 10981267.
HSL color Cylindrical-coordinate representation of color #938FA7: hue angle of 250º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938FA7 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 143 | 167 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.35 |
| HSL | 250º | 0.12% | 0.61% | - |
| HSV(B) | 250º | 0.14% | 0.65% | - |
| XYZ | 28.83 | 28.64 | 40.57 | - |
| YUV | 146.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 167 | 0.12 | 0.14 | 0 | 0.35 | 250 | 0.12 | 0.61 |
| Hex | 93 | 8F | A7 | C | E | 0 | 23 | FA | C | 3D |
| Octal | 223 | 217 | 247 | 14 | 16 | 0 | 43 | 372 | 14 | 75 |
| Binary | 10010011 | 10001111 | 10100111 | 1100 | 1110 | 0 | 100011 | 11111010 | 1100 | 111101 |
Color Harmonies of #938FA7
Complementary color
Monochromatic Colors of #938FA7
Black with #938FA7
Text Example
Text Example
White with #938FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FA7; }
p { color: rgb(147,143,167); }
H1.HeaderClassName
{
color: #938FA7;
}
.AnyTagClassName
{
color: #938FA7;
}
</style>
background-color css
<style>
a { background-color: #938FA7; }
a { background-color: rgb(147,143,167); }
div.DivClassName
{
background-color: #938FA7;
}
.BgClassName
{
background-color: #938FA7;
}
</style>
border-color css
<style>
span { border-color: #938FA7; }
span { border-color: rgb(147,143,167); }
td.TdClassName
{
border-color: #938FA7;
}
.TagClassName
{
border-color: #938FA7;
}
</style>