Shades of Light Slate Grey #758BA0
Tints of Light Slate Grey #758BA0
RGB
CMYK
RGB Variations
Color information
#758BA0 (or 0x758BA0) is known color: Light Slate Grey. HEX triplet: 75, 8B and A0. RGB value is (117,139,160). Sum of RGB (Red+Green+Blue) = 117+139+160=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #758BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BA0 is #8A745F. Grayscale: #868686. Windows color (decimal): -9073760 or 10521461. OLE color: 10521461.
HSL color Cylindrical-coordinate representation of color #758BA0: hue angle of 209.3º 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 #758BA0 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 139 | 160 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.37 |
| HSL | 209.3º | 0.18% | 0.54% | - |
| HSV(B) | 209.3º | 0.27% | 0.63% | - |
| XYZ | 22.91 | 24.79 | 36.83 | - |
| YUV | 134.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 160 | 0.27 | 0.13 | 0 | 0.37 | 209.3 | 0.18 | 0.54 |
| Hex | 75 | 8B | A0 | 1B | D | 0 | 25 | D1 | 12 | 36 |
| Octal | 165 | 213 | 240 | 33 | 15 | 0 | 45 | 321 | 22 | 66 |
| Binary | 1110101 | 10001011 | 10100000 | 11011 | 1101 | 0 | 100101 | 11010001 | 10010 | 110110 |
Color Harmonies of #758BA0
Complementary color
Monochromatic Colors of #758BA0
Black with #758BA0
Text Example
Text Example
White with #758BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BA0; }
p { color: rgb(117,139,160); }
H1.HeaderClassName
{
color: #758BA0;
}
.AnyTagClassName
{
color: #758BA0;
}
</style>
background-color css
<style>
a { background-color: #758BA0; }
a { background-color: rgb(117,139,160); }
div.DivClassName
{
background-color: #758BA0;
}
.BgClassName
{
background-color: #758BA0;
}
</style>
border-color css
<style>
span { border-color: #758BA0; }
span { border-color: rgb(117,139,160); }
td.TdClassName
{
border-color: #758BA0;
}
.TagClassName
{
border-color: #758BA0;
}
</style>