Shades of Grey Suit #9187B0
Tints of Grey Suit #9187B0
RGB
CMYK
RGB Variations
Color information
#9187B0 (or 0x9187B0) is known color: Grey Suit. HEX triplet: 91, 87 and B0. RGB value is (145,135,176). Sum of RGB (Red+Green+Blue) = 145+135+176=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 176 - color contains mainly: blue. Hex color #9187B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9187B0 is #6E784F. Grayscale: #8E8E8E. Windows color (decimal): -7239760 or 11569041. OLE color: 11569041.
HSL color Cylindrical-coordinate representation of color #9187B0: hue angle of 254.63º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9187B0 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 135 | 176 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.31 |
| HSL | 254.63º | 0.21% | 0.61% | - |
| HSV(B) | 254.63º | 0.23% | 0.69% | - |
| XYZ | 28.18 | 26.48 | 44.7 | - |
| YUV | 142.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 176 | 0.18 | 0.23 | 0 | 0.31 | 254.63 | 0.21 | 0.61 |
| Hex | 91 | 87 | B0 | 12 | 17 | 0 | 1F | FF | 15 | 3D |
| Octal | 221 | 207 | 260 | 22 | 27 | 0 | 37 | 377 | 25 | 75 |
| Binary | 10010001 | 10000111 | 10110000 | 10010 | 10111 | 0 | 11111 | 11111111 | 10101 | 111101 |
Color Harmonies of #9187B0
Complementary color
Monochromatic Colors of #9187B0
Black with #9187B0
Text Example
Text Example
White with #9187B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9187B0; }
p { color: rgb(145,135,176); }
H1.HeaderClassName
{
color: #9187B0;
}
.AnyTagClassName
{
color: #9187B0;
}
</style>
background-color css
<style>
a { background-color: #9187B0; }
a { background-color: rgb(145,135,176); }
div.DivClassName
{
background-color: #9187B0;
}
.BgClassName
{
background-color: #9187B0;
}
</style>
border-color css
<style>
span { border-color: #9187B0; }
span { border-color: rgb(145,135,176); }
td.TdClassName
{
border-color: #9187B0;
}
.TagClassName
{
border-color: #9187B0;
}
</style>