Shades of Light Slate Grey #758B9E
Tints of Light Slate Grey #758B9E
RGB
CMYK
RGB Variations
Color information
#758B9E (or 0x758B9E) is known color: Light Slate Grey. HEX triplet: 75, 8B and 9E. RGB value is (117,139,158). Sum of RGB (Red+Green+Blue) = 117+139+158=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #758B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B9E is #8A7461. Grayscale: #868686. Windows color (decimal): -9073762 or 10390389. OLE color: 10390389.
HSL color Cylindrical-coordinate representation of color #758B9E: hue angle of 207.8º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #758B9E is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 139 | 158 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.38 |
| HSL | 207.8º | 0.17% | 0.54% | - |
| HSV(B) | 207.8º | 0.26% | 0.62% | - |
| XYZ | 22.74 | 24.72 | 35.92 | - |
| YUV | 134.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 158 | 0.26 | 0.12 | 0 | 0.38 | 207.8 | 0.17 | 0.54 |
| Hex | 75 | 8B | 9E | 1A | C | 0 | 26 | D0 | 11 | 36 |
| Octal | 165 | 213 | 236 | 32 | 14 | 0 | 46 | 320 | 21 | 66 |
| Binary | 1110101 | 10001011 | 10011110 | 11010 | 1100 | 0 | 100110 | 11010000 | 10001 | 110110 |
Color Harmonies of #758B9E
Complementary color
Monochromatic Colors of #758B9E
Black with #758B9E
Text Example
Text Example
White with #758B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B9E; }
p { color: rgb(117,139,158); }
H1.HeaderClassName
{
color: #758B9E;
}
.AnyTagClassName
{
color: #758B9E;
}
</style>
background-color css
<style>
a { background-color: #758B9E; }
a { background-color: rgb(117,139,158); }
div.DivClassName
{
background-color: #758B9E;
}
.BgClassName
{
background-color: #758B9E;
}
</style>
border-color css
<style>
span { border-color: #758B9E; }
span { border-color: rgb(117,139,158); }
td.TdClassName
{
border-color: #758B9E;
}
.TagClassName
{
border-color: #758B9E;
}
</style>