Shades of Grey Suit #918AAF
Tints of Grey Suit #918AAF
RGB
CMYK
RGB Variations
Color information
#918AAF (or 0x918AAF) is known color: Grey Suit. HEX triplet: 91, 8A and AF. RGB value is (145,138,175). Sum of RGB (Red+Green+Blue) = 145+138+175=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #918AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918AAF is #6E7550. Grayscale: #909090. Windows color (decimal): -7238993 or 11504273. OLE color: 11504273.
HSL color Cylindrical-coordinate representation of color #918AAF: hue angle of 251.35º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #918AAF is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 138 | 175 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.31 |
| HSL | 251.35º | 0.19% | 0.61% | - |
| HSV(B) | 251.35º | 0.21% | 0.69% | - |
| XYZ | 28.5 | 27.29 | 44.32 | - |
| YUV | 144.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 175 | 0.17 | 0.21 | 0 | 0.31 | 251.35 | 0.19 | 0.61 |
| Hex | 91 | 8A | AF | 11 | 15 | 0 | 1F | FB | 13 | 3D |
| Octal | 221 | 212 | 257 | 21 | 25 | 0 | 37 | 373 | 23 | 75 |
| Binary | 10010001 | 10001010 | 10101111 | 10001 | 10101 | 0 | 11111 | 11111011 | 10011 | 111101 |
Color Harmonies of #918AAF
Complementary color
Monochromatic Colors of #918AAF
Black with #918AAF
Text Example
Text Example
White with #918AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AAF; }
p { color: rgb(145,138,175); }
H1.HeaderClassName
{
color: #918AAF;
}
.AnyTagClassName
{
color: #918AAF;
}
</style>
background-color css
<style>
a { background-color: #918AAF; }
a { background-color: rgb(145,138,175); }
div.DivClassName
{
background-color: #918AAF;
}
.BgClassName
{
background-color: #918AAF;
}
</style>
border-color css
<style>
span { border-color: #918AAF; }
span { border-color: rgb(145,138,175); }
td.TdClassName
{
border-color: #918AAF;
}
.TagClassName
{
border-color: #918AAF;
}
</style>