Shades of Grey Suit #958FAF
Tints of Grey Suit #958FAF
RGB
CMYK
RGB Variations
Color information
#958FAF (or 0x958FAF) is known color: Grey Suit. HEX triplet: 95, 8F and AF. RGB value is (149,143,175). Sum of RGB (Red+Green+Blue) = 149+143+175=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #958FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958FAF is #6A7050. Grayscale: #949494. Windows color (decimal): -6975569 or 11505557. OLE color: 11505557.
HSL color Cylindrical-coordinate representation of color #958FAF: hue angle of 251.25º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #958FAF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 143 | 175 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.31 |
| HSL | 251.25º | 0.17% | 0.62% | - |
| HSV(B) | 251.25º | 0.18% | 0.69% | - |
| XYZ | 29.95 | 29.13 | 44.6 | - |
| YUV | 148.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 175 | 0.15 | 0.18 | 0 | 0.31 | 251.25 | 0.17 | 0.62 |
| Hex | 95 | 8F | AF | F | 12 | 0 | 1F | FB | 11 | 3E |
| Octal | 225 | 217 | 257 | 17 | 22 | 0 | 37 | 373 | 21 | 76 |
| Binary | 10010101 | 10001111 | 10101111 | 1111 | 10010 | 0 | 11111 | 11111011 | 10001 | 111110 |
Color Harmonies of #958FAF
Complementary color
Monochromatic Colors of #958FAF
Black with #958FAF
Text Example
Text Example
White with #958FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FAF; }
p { color: rgb(149,143,175); }
H1.HeaderClassName
{
color: #958FAF;
}
.AnyTagClassName
{
color: #958FAF;
}
</style>
background-color css
<style>
a { background-color: #958FAF; }
a { background-color: rgb(149,143,175); }
div.DivClassName
{
background-color: #958FAF;
}
.BgClassName
{
background-color: #958FAF;
}
</style>
border-color css
<style>
span { border-color: #958FAF; }
span { border-color: rgb(149,143,175); }
td.TdClassName
{
border-color: #958FAF;
}
.TagClassName
{
border-color: #958FAF;
}
</style>