Shades of Light Slate Grey #758B9D
Tints of Light Slate Grey #758B9D
RGB
CMYK
RGB Variations
Color information
#758B9D (or 0x758B9D) is known color: Light Slate Grey. HEX triplet: 75, 8B and 9D. RGB value is (117,139,157). Sum of RGB (Red+Green+Blue) = 117+139+157=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #758B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B9D is #8A7462. Grayscale: #868686. Windows color (decimal): -9073763 or 10324853. OLE color: 10324853.
HSL color Cylindrical-coordinate representation of color #758B9D: hue angle of 207º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758B9D is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 139 | 157 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.38 |
| HSL | 207º | 0.17% | 0.54% | - |
| HSV(B) | 207º | 0.25% | 0.62% | - |
| XYZ | 22.65 | 24.68 | 35.47 | - |
| YUV | 134.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 157 | 0.25 | 0.11 | 0 | 0.38 | 207 | 0.17 | 0.54 |
| Hex | 75 | 8B | 9D | 19 | B | 0 | 26 | CF | 11 | 36 |
| Octal | 165 | 213 | 235 | 31 | 13 | 0 | 46 | 317 | 21 | 66 |
| Binary | 1110101 | 10001011 | 10011101 | 11001 | 1011 | 0 | 100110 | 11001111 | 10001 | 110110 |
Color Harmonies of #758B9D
Complementary color
Monochromatic Colors of #758B9D
Black with #758B9D
Text Example
Text Example
White with #758B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B9D; }
p { color: rgb(117,139,157); }
H1.HeaderClassName
{
color: #758B9D;
}
.AnyTagClassName
{
color: #758B9D;
}
</style>
background-color css
<style>
a { background-color: #758B9D; }
a { background-color: rgb(117,139,157); }
div.DivClassName
{
background-color: #758B9D;
}
.BgClassName
{
background-color: #758B9D;
}
</style>
border-color css
<style>
span { border-color: #758B9D; }
span { border-color: rgb(117,139,157); }
td.TdClassName
{
border-color: #758B9D;
}
.TagClassName
{
border-color: #758B9D;
}
</style>