Shades of Slate Grey #758088
Tints of Slate Grey #758088
RGB
CMYK
RGB Variations
Color information
#758088 (or 0x758088) is known color: Slate Grey. HEX triplet: 75, 80 and 88. RGB value is (117,128,136). Sum of RGB (Red+Green+Blue) = 117+128+136=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 136 - color contains mainly: blue. Hex color #758088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758088 is #8A7F77. Grayscale: #7D7D7D. Windows color (decimal): -9076600 or 8945781. OLE color: 8945781.
HSL color Cylindrical-coordinate representation of color #758088: hue angle of 205.26º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #758088 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 128 | 136 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.47 |
| HSL | 205.26º | 0.08% | 0.5% | - |
| HSV(B) | 205.26º | 0.14% | 0.53% | - |
| XYZ | 19.5 | 21 | 26.32 | - |
| YUV | 125.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 136 | 0.14 | 0.06 | 0 | 0.47 | 205.26 | 0.08 | 0.5 |
| Hex | 75 | 80 | 88 | E | 6 | 0 | 2F | CD | 8 | 32 |
| Octal | 165 | 200 | 210 | 16 | 6 | 0 | 57 | 315 | 10 | 62 |
| Binary | 1110101 | 10000000 | 10001000 | 1110 | 110 | 0 | 101111 | 11001101 | 1000 | 110010 |
Color Harmonies of #758088
Complementary color
Monochromatic Colors of #758088
Black with #758088
Text Example
Text Example
White with #758088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758088; }
p { color: rgb(117,128,136); }
H1.HeaderClassName
{
color: #758088;
}
.AnyTagClassName
{
color: #758088;
}
</style>
background-color css
<style>
a { background-color: #758088; }
a { background-color: rgb(117,128,136); }
div.DivClassName
{
background-color: #758088;
}
.BgClassName
{
background-color: #758088;
}
</style>
border-color css
<style>
span { border-color: #758088; }
span { border-color: rgb(117,128,136); }
td.TdClassName
{
border-color: #758088;
}
.TagClassName
{
border-color: #758088;
}
</style>