Shades of Grey Suit #938CB3
Tints of Grey Suit #938CB3
RGB
CMYK
RGB Variations
Color information
#938CB3 (or 0x938CB3) is known color: Grey Suit. HEX triplet: 93, 8C and B3. RGB value is (147,140,179). Sum of RGB (Red+Green+Blue) = 147+140+179=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #938CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CB3 is #6C734C. Grayscale: #929292. Windows color (decimal): -7107405 or 11766931. OLE color: 11766931.
HSL color Cylindrical-coordinate representation of color #938CB3: hue angle of 250.77º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #938CB3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 140 | 179 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.30 |
| HSL | 250.77º | 0.2% | 0.63% | - |
| HSV(B) | 250.77º | 0.22% | 0.7% | - |
| XYZ | 29.55 | 28.21 | 46.54 | - |
| YUV | 146.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 179 | 0.18 | 0.22 | 0 | 0.30 | 250.77 | 0.2 | 0.63 |
| Hex | 93 | 8C | B3 | 12 | 16 | 0 | 1E | FB | 14 | 3F |
| Octal | 223 | 214 | 263 | 22 | 26 | 0 | 36 | 373 | 24 | 77 |
| Binary | 10010011 | 10001100 | 10110011 | 10010 | 10110 | 0 | 11110 | 11111011 | 10100 | 111111 |
Color Harmonies of #938CB3
Complementary color
Monochromatic Colors of #938CB3
Black with #938CB3
Text Example
Text Example
White with #938CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CB3; }
p { color: rgb(147,140,179); }
H1.HeaderClassName
{
color: #938CB3;
}
.AnyTagClassName
{
color: #938CB3;
}
</style>
background-color css
<style>
a { background-color: #938CB3; }
a { background-color: rgb(147,140,179); }
div.DivClassName
{
background-color: #938CB3;
}
.BgClassName
{
background-color: #938CB3;
}
</style>
border-color css
<style>
span { border-color: #938CB3; }
span { border-color: rgb(147,140,179); }
td.TdClassName
{
border-color: #938CB3;
}
.TagClassName
{
border-color: #938CB3;
}
</style>