Shades of Grey Suit #968FA4
Tints of Grey Suit #968FA4
RGB
CMYK
RGB Variations
Color information
#968FA4 (or 0x968FA4) is known color: Grey Suit. HEX triplet: 96, 8F and A4. RGB value is (150,143,164). Sum of RGB (Red+Green+Blue) = 150+143+164=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 164 - color contains mainly: blue. Hex color #968FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968FA4 is #69705B. Grayscale: #939393. Windows color (decimal): -6910044 or 10784662. OLE color: 10784662.
HSL color Cylindrical-coordinate representation of color #968FA4: hue angle of 260º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968FA4 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 143 | 164 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.36 |
| HSL | 260º | 0.1% | 0.6% | - |
| HSV(B) | 260º | 0.13% | 0.64% | - |
| XYZ | 29.1 | 28.81 | 39.15 | - |
| YUV | 147.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 164 | 0.09 | 0.13 | 0 | 0.36 | 260 | 0.1 | 0.6 |
| Hex | 96 | 8F | A4 | 9 | D | 0 | 24 | 104 | A | 3C |
| Octal | 226 | 217 | 244 | 11 | 15 | 0 | 44 | 404 | 12 | 74 |
| Binary | 10010110 | 10001111 | 10100100 | 1001 | 1101 | 0 | 100100 | 100000100 | 1010 | 111100 |
Color Harmonies of #968FA4
Complementary color
Monochromatic Colors of #968FA4
Black with #968FA4
Text Example
Text Example
White with #968FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968FA4; }
p { color: rgb(150,143,164); }
H1.HeaderClassName
{
color: #968FA4;
}
.AnyTagClassName
{
color: #968FA4;
}
</style>
background-color css
<style>
a { background-color: #968FA4; }
a { background-color: rgb(150,143,164); }
div.DivClassName
{
background-color: #968FA4;
}
.BgClassName
{
background-color: #968FA4;
}
</style>
border-color css
<style>
span { border-color: #968FA4; }
span { border-color: rgb(150,143,164); }
td.TdClassName
{
border-color: #968FA4;
}
.TagClassName
{
border-color: #968FA4;
}
</style>