Shades of Grey Suit #95919B
Tints of Grey Suit #95919B
RGB
CMYK
RGB Variations
Color information
#95919B (or 0x95919B) is known color: Grey Suit. HEX triplet: 95, 91 and 9B. RGB value is (149,145,155). Sum of RGB (Red+Green+Blue) = 149+145+155=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 155 - color contains mainly: blue. Hex color #95919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95919B is #6A6E64. Grayscale: #939393. Windows color (decimal): -6975077 or 10195349. OLE color: 10195349.
HSL color Cylindrical-coordinate representation of color #95919B: hue angle of 264º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #95919B is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 145 | 155 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.39 |
| HSL | 264º | 0.05% | 0.59% | - |
| HSV(B) | 264º | 0.06% | 0.61% | - |
| XYZ | 28.44 | 29.01 | 35.11 | - |
| YUV | 147.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 155 | 0.04 | 0.06 | 0 | 0.39 | 264 | 0.05 | 0.59 |
| Hex | 95 | 91 | 9B | 4 | 6 | 0 | 27 | 108 | 5 | 3B |
| Octal | 225 | 221 | 233 | 4 | 6 | 0 | 47 | 410 | 5 | 73 |
| Binary | 10010101 | 10010001 | 10011011 | 100 | 110 | 0 | 100111 | 100001000 | 101 | 111011 |
Color Harmonies of #95919B
Complementary color
Monochromatic Colors of #95919B
Black with #95919B
Text Example
Text Example
White with #95919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95919B; }
p { color: rgb(149,145,155); }
H1.HeaderClassName
{
color: #95919B;
}
.AnyTagClassName
{
color: #95919B;
}
</style>
background-color css
<style>
a { background-color: #95919B; }
a { background-color: rgb(149,145,155); }
div.DivClassName
{
background-color: #95919B;
}
.BgClassName
{
background-color: #95919B;
}
</style>
border-color css
<style>
span { border-color: #95919B; }
span { border-color: rgb(149,145,155); }
td.TdClassName
{
border-color: #95919B;
}
.TagClassName
{
border-color: #95919B;
}
</style>