Shades of Grey Suit #968FAA
Tints of Grey Suit #968FAA
RGB
CMYK
RGB Variations
Color information
#968FAA (or 0x968FAA) is known color: Grey Suit. HEX triplet: 96, 8F and AA. RGB value is (150,143,170). Sum of RGB (Red+Green+Blue) = 150+143+170=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #968FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968FAA is #697055. Grayscale: #949494. Windows color (decimal): -6910038 or 11177878. OLE color: 11177878.
HSL color Cylindrical-coordinate representation of color #968FAA: hue angle of 255.56º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #968FAA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 143 | 170 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.33 |
| HSL | 255.56º | 0.14% | 0.61% | - |
| HSV(B) | 255.56º | 0.16% | 0.67% | - |
| XYZ | 29.66 | 29.03 | 42.07 | - |
| YUV | 148.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 170 | 0.12 | 0.16 | 0 | 0.33 | 255.56 | 0.14 | 0.61 |
| Hex | 96 | 8F | AA | C | 10 | 0 | 21 | 100 | E | 3D |
| Octal | 226 | 217 | 252 | 14 | 20 | 0 | 41 | 400 | 16 | 75 |
| Binary | 10010110 | 10001111 | 10101010 | 1100 | 10000 | 0 | 100001 | 100000000 | 1110 | 111101 |
Color Harmonies of #968FAA
Complementary color
Monochromatic Colors of #968FAA
Black with #968FAA
Text Example
Text Example
White with #968FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968FAA; }
p { color: rgb(150,143,170); }
H1.HeaderClassName
{
color: #968FAA;
}
.AnyTagClassName
{
color: #968FAA;
}
</style>
background-color css
<style>
a { background-color: #968FAA; }
a { background-color: rgb(150,143,170); }
div.DivClassName
{
background-color: #968FAA;
}
.BgClassName
{
background-color: #968FAA;
}
</style>
border-color css
<style>
span { border-color: #968FAA; }
span { border-color: rgb(150,143,170); }
td.TdClassName
{
border-color: #968FAA;
}
.TagClassName
{
border-color: #968FAA;
}
</style>