Shades of Grey Suit #918CAF
Tints of Grey Suit #918CAF
RGB
CMYK
RGB Variations
Color information
#918CAF (or 0x918CAF) is known color: Grey Suit. HEX triplet: 91, 8C and AF. RGB value is (145,140,175). Sum of RGB (Red+Green+Blue) = 145+140+175=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #918CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918CAF is #6E7350. Grayscale: #919191. Windows color (decimal): -7238481 or 11504785. OLE color: 11504785.
HSL color Cylindrical-coordinate representation of color #918CAF: hue angle of 248.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #918CAF is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 140 | 175 | - |
| CMYK | 0.17 | 0.2 | 0 | 0.31 |
| HSL | 248.57º | 0.18% | 0.62% | - |
| HSV(B) | 248.57º | 0.2% | 0.69% | - |
| XYZ | 28.79 | 27.87 | 44.42 | - |
| YUV | 145.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 175 | 0.17 | 0.2 | 0 | 0.31 | 248.57 | 0.18 | 0.62 |
| Hex | 91 | 8C | AF | 11 | 14 | 0 | 1F | F9 | 12 | 3E |
| Octal | 221 | 214 | 257 | 21 | 24 | 0 | 37 | 371 | 22 | 76 |
| Binary | 10010001 | 10001100 | 10101111 | 10001 | 10100 | 0 | 11111 | 11111001 | 10010 | 111110 |
Color Harmonies of #918CAF
Complementary color
Monochromatic Colors of #918CAF
Black with #918CAF
Text Example
Text Example
White with #918CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CAF; }
p { color: rgb(145,140,175); }
H1.HeaderClassName
{
color: #918CAF;
}
.AnyTagClassName
{
color: #918CAF;
}
</style>
background-color css
<style>
a { background-color: #918CAF; }
a { background-color: rgb(145,140,175); }
div.DivClassName
{
background-color: #918CAF;
}
.BgClassName
{
background-color: #918CAF;
}
</style>
border-color css
<style>
span { border-color: #918CAF; }
span { border-color: rgb(145,140,175); }
td.TdClassName
{
border-color: #918CAF;
}
.TagClassName
{
border-color: #918CAF;
}
</style>