Shades of Grey Suit #938AA4
Tints of Grey Suit #938AA4
RGB
CMYK
RGB Variations
Color information
#938AA4 (or 0x938AA4) is known color: Grey Suit. HEX triplet: 93, 8A and A4. RGB value is (147,138,164). Sum of RGB (Red+Green+Blue) = 147+138+164=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 164 - color contains mainly: blue. Hex color #938AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938AA4 is #6C755B. Grayscale: #8F8F8F. Windows color (decimal): -7107932 or 10783379. OLE color: 10783379.
HSL color Cylindrical-coordinate representation of color #938AA4: hue angle of 260.77º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #938AA4 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 138 | 164 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.36 |
| HSL | 260.77º | 0.13% | 0.59% | - |
| HSV(B) | 260.77º | 0.16% | 0.64% | - |
| XYZ | 27.82 | 27.06 | 38.88 | - |
| YUV | 143.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 164 | 0.10 | 0.16 | 0 | 0.36 | 260.77 | 0.13 | 0.59 |
| Hex | 93 | 8A | A4 | A | 10 | 0 | 24 | 105 | C | 3B |
| Octal | 223 | 212 | 244 | 12 | 20 | 0 | 44 | 405 | 14 | 73 |
| Binary | 10010011 | 10001010 | 10100100 | 1010 | 10000 | 0 | 100100 | 100000101 | 1100 | 111011 |
Color Harmonies of #938AA4
Complementary color
Monochromatic Colors of #938AA4
Black with #938AA4
Text Example
Text Example
White with #938AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938AA4; }
p { color: rgb(147,138,164); }
H1.HeaderClassName
{
color: #938AA4;
}
.AnyTagClassName
{
color: #938AA4;
}
</style>
background-color css
<style>
a { background-color: #938AA4; }
a { background-color: rgb(147,138,164); }
div.DivClassName
{
background-color: #938AA4;
}
.BgClassName
{
background-color: #938AA4;
}
</style>
border-color css
<style>
span { border-color: #938AA4; }
span { border-color: rgb(147,138,164); }
td.TdClassName
{
border-color: #938AA4;
}
.TagClassName
{
border-color: #938AA4;
}
</style>