Shades of Grey Suit #948BAE
Tints of Grey Suit #948BAE
RGB
CMYK
RGB Variations
Color information
#948BAE (or 0x948BAE) is known color: Grey Suit. HEX triplet: 94, 8B and AE. RGB value is (148,139,174). Sum of RGB (Red+Green+Blue) = 148+139+174=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #948BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948BAE is #6B7451. Grayscale: #919191. Windows color (decimal): -7042130 or 11438996. OLE color: 11438996.
HSL color Cylindrical-coordinate representation of color #948BAE: hue angle of 255.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948BAE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 139 | 174 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.32 |
| HSL | 255.43º | 0.18% | 0.61% | - |
| HSV(B) | 255.43º | 0.2% | 0.68% | - |
| XYZ | 29.09 | 27.82 | 43.88 | - |
| YUV | 145.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 174 | 0.15 | 0.20 | 0 | 0.32 | 255.43 | 0.18 | 0.61 |
| Hex | 94 | 8B | AE | F | 14 | 0 | 20 | FF | 12 | 3D |
| Octal | 224 | 213 | 256 | 17 | 24 | 0 | 40 | 377 | 22 | 75 |
| Binary | 10010100 | 10001011 | 10101110 | 1111 | 10100 | 0 | 100000 | 11111111 | 10010 | 111101 |
Color Harmonies of #948BAE
Complementary color
Monochromatic Colors of #948BAE
Black with #948BAE
Text Example
Text Example
White with #948BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948BAE; }
p { color: rgb(148,139,174); }
H1.HeaderClassName
{
color: #948BAE;
}
.AnyTagClassName
{
color: #948BAE;
}
</style>
background-color css
<style>
a { background-color: #948BAE; }
a { background-color: rgb(148,139,174); }
div.DivClassName
{
background-color: #948BAE;
}
.BgClassName
{
background-color: #948BAE;
}
</style>
border-color css
<style>
span { border-color: #948BAE; }
span { border-color: rgb(148,139,174); }
td.TdClassName
{
border-color: #948BAE;
}
.TagClassName
{
border-color: #948BAE;
}
</style>