Shades of Grey Suit #908BA3
Tints of Grey Suit #908BA3
RGB
CMYK
RGB Variations
Color information
#908BA3 (or 0x908BA3) is known color: Grey Suit. HEX triplet: 90, 8B and A3. RGB value is (144,139,163). Sum of RGB (Red+Green+Blue) = 144+139+163=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 163 - color contains mainly: blue. Hex color #908BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908BA3 is #6F745C. Grayscale: #8F8F8F. Windows color (decimal): -7304285 or 10718096. OLE color: 10718096.
HSL color Cylindrical-coordinate representation of color #908BA3: hue angle of 252.5º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #908BA3 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 139 | 163 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.36 |
| HSL | 252.5º | 0.12% | 0.59% | - |
| HSV(B) | 252.5º | 0.15% | 0.64% | - |
| XYZ | 27.35 | 27.04 | 38.43 | - |
| YUV | 143.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 163 | 0.12 | 0.15 | 0 | 0.36 | 252.5 | 0.12 | 0.59 |
| Hex | 90 | 8B | A3 | C | F | 0 | 24 | FD | C | 3B |
| Octal | 220 | 213 | 243 | 14 | 17 | 0 | 44 | 375 | 14 | 73 |
| Binary | 10010000 | 10001011 | 10100011 | 1100 | 1111 | 0 | 100100 | 11111101 | 1100 | 111011 |
Color Harmonies of #908BA3
Complementary color
Monochromatic Colors of #908BA3
Black with #908BA3
Text Example
Text Example
White with #908BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BA3; }
p { color: rgb(144,139,163); }
H1.HeaderClassName
{
color: #908BA3;
}
.AnyTagClassName
{
color: #908BA3;
}
</style>
background-color css
<style>
a { background-color: #908BA3; }
a { background-color: rgb(144,139,163); }
div.DivClassName
{
background-color: #908BA3;
}
.BgClassName
{
background-color: #908BA3;
}
</style>
border-color css
<style>
span { border-color: #908BA3; }
span { border-color: rgb(144,139,163); }
td.TdClassName
{
border-color: #908BA3;
}
.TagClassName
{
border-color: #908BA3;
}
</style>