Shades of Grey Suit #908AB4
Tints of Grey Suit #908AB4
RGB
CMYK
RGB Variations
Color information
#908AB4 (or 0x908AB4) is known color: Grey Suit. HEX triplet: 90, 8A and B4. RGB value is (144,138,180). Sum of RGB (Red+Green+Blue) = 144+138+180=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #908AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908AB4 is #6F754B. Grayscale: #909090. Windows color (decimal): -7304524 or 11831952. OLE color: 11831952.
HSL color Cylindrical-coordinate representation of color #908AB4: hue angle of 248.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #908AB4 is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 138 | 180 | - |
| CMYK | 0.2 | 0.23 | 0 | 0.29 |
| HSL | 248.57º | 0.22% | 0.62% | - |
| HSV(B) | 248.57º | 0.23% | 0.71% | - |
| XYZ | 28.83 | 27.4 | 46.95 | - |
| YUV | 144.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 180 | 0.2 | 0.23 | 0 | 0.29 | 248.57 | 0.22 | 0.62 |
| Hex | 90 | 8A | B4 | 14 | 17 | 0 | 1D | F9 | 16 | 3E |
| Octal | 220 | 212 | 264 | 24 | 27 | 0 | 35 | 371 | 26 | 76 |
| Binary | 10010000 | 10001010 | 10110100 | 10100 | 10111 | 0 | 11101 | 11111001 | 10110 | 111110 |
Color Harmonies of #908AB4
Complementary color
Monochromatic Colors of #908AB4
Black with #908AB4
Text Example
Text Example
White with #908AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908AB4; }
p { color: rgb(144,138,180); }
H1.HeaderClassName
{
color: #908AB4;
}
.AnyTagClassName
{
color: #908AB4;
}
</style>
background-color css
<style>
a { background-color: #908AB4; }
a { background-color: rgb(144,138,180); }
div.DivClassName
{
background-color: #908AB4;
}
.BgClassName
{
background-color: #908AB4;
}
</style>
border-color css
<style>
span { border-color: #908AB4; }
span { border-color: rgb(144,138,180); }
td.TdClassName
{
border-color: #908AB4;
}
.TagClassName
{
border-color: #908AB4;
}
</style>