Shades of Light Slate Grey #758AA0
Tints of Light Slate Grey #758AA0
RGB
CMYK
RGB Variations
Color information
#758AA0 (or 0x758AA0) is known color: Light Slate Grey. HEX triplet: 75, 8A and A0. RGB value is (117,138,160). Sum of RGB (Red+Green+Blue) = 117+138+160=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 160 - color contains mainly: blue. Hex color #758AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AA0 is #8A755F. Grayscale: #868686. Windows color (decimal): -9074016 or 10521205. OLE color: 10521205.
HSL color Cylindrical-coordinate representation of color #758AA0: hue angle of 210.7º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #758AA0 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 138 | 160 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.37 |
| HSL | 210.7º | 0.18% | 0.54% | - |
| HSV(B) | 210.7º | 0.27% | 0.63% | - |
| XYZ | 22.77 | 24.5 | 36.79 | - |
| YUV | 134.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 160 | 0.27 | 0.14 | 0 | 0.37 | 210.7 | 0.18 | 0.54 |
| Hex | 75 | 8A | A0 | 1B | E | 0 | 25 | D3 | 12 | 36 |
| Octal | 165 | 212 | 240 | 33 | 16 | 0 | 45 | 323 | 22 | 66 |
| Binary | 1110101 | 10001010 | 10100000 | 11011 | 1110 | 0 | 100101 | 11010011 | 10010 | 110110 |
Color Harmonies of #758AA0
Complementary color
Monochromatic Colors of #758AA0
Black with #758AA0
Text Example
Text Example
White with #758AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758AA0; }
p { color: rgb(117,138,160); }
H1.HeaderClassName
{
color: #758AA0;
}
.AnyTagClassName
{
color: #758AA0;
}
</style>
background-color css
<style>
a { background-color: #758AA0; }
a { background-color: rgb(117,138,160); }
div.DivClassName
{
background-color: #758AA0;
}
.BgClassName
{
background-color: #758AA0;
}
</style>
border-color css
<style>
span { border-color: #758AA0; }
span { border-color: rgb(117,138,160); }
td.TdClassName
{
border-color: #758AA0;
}
.TagClassName
{
border-color: #758AA0;
}
</style>