Shades of Light Slate Grey #75899D
Tints of Light Slate Grey #75899D
RGB
CMYK
RGB Variations
Color information
#75899D (or 0x75899D) is known color: Light Slate Grey. HEX triplet: 75, 89 and 9D. RGB value is (117,137,157). Sum of RGB (Red+Green+Blue) = 117+137+157=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #75899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75899D is #8A7662. Grayscale: #858585. Windows color (decimal): -9074275 or 10324341. OLE color: 10324341.
HSL color Cylindrical-coordinate representation of color #75899D: hue angle of 210º 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 #75899D is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 137 | 157 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.38 |
| HSL | 210º | 0.17% | 0.54% | - |
| HSV(B) | 210º | 0.25% | 0.62% | - |
| XYZ | 22.37 | 24.11 | 35.37 | - |
| YUV | 133.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 157 | 0.25 | 0.13 | 0 | 0.38 | 210 | 0.17 | 0.54 |
| Hex | 75 | 89 | 9D | 19 | D | 0 | 26 | D2 | 11 | 36 |
| Octal | 165 | 211 | 235 | 31 | 15 | 0 | 46 | 322 | 21 | 66 |
| Binary | 1110101 | 10001001 | 10011101 | 11001 | 1101 | 0 | 100110 | 11010010 | 10001 | 110110 |
Color Harmonies of #75899D
Complementary color
Monochromatic Colors of #75899D
Black with #75899D
Text Example
Text Example
White with #75899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75899D; }
p { color: rgb(117,137,157); }
H1.HeaderClassName
{
color: #75899D;
}
.AnyTagClassName
{
color: #75899D;
}
</style>
background-color css
<style>
a { background-color: #75899D; }
a { background-color: rgb(117,137,157); }
div.DivClassName
{
background-color: #75899D;
}
.BgClassName
{
background-color: #75899D;
}
</style>
border-color css
<style>
span { border-color: #75899D; }
span { border-color: rgb(117,137,157); }
td.TdClassName
{
border-color: #75899D;
}
.TagClassName
{
border-color: #75899D;
}
</style>