Shades of Light Slate Grey #758098
Tints of Light Slate Grey #758098
RGB
CMYK
RGB Variations
Color information
#758098 (or 0x758098) is known color: Light Slate Grey. HEX triplet: 75, 80 and 98. RGB value is (117,128,152). Sum of RGB (Red+Green+Blue) = 117+128+152=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #758098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758098 is #8A7F67. Grayscale: #7F7F7F. Windows color (decimal): -9076584 or 9994357. OLE color: 9994357.
HSL color Cylindrical-coordinate representation of color #758098: hue angle of 221.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758098 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 128 | 152 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.40 |
| HSL | 221.14º | 0.15% | 0.53% | - |
| HSV(B) | 221.14º | 0.23% | 0.6% | - |
| XYZ | 20.72 | 21.49 | 32.76 | - |
| YUV | 127.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 152 | 0.23 | 0.16 | 0 | 0.40 | 221.14 | 0.15 | 0.53 |
| Hex | 75 | 80 | 98 | 17 | 10 | 0 | 28 | DD | F | 35 |
| Octal | 165 | 200 | 230 | 27 | 20 | 0 | 50 | 335 | 17 | 65 |
| Binary | 1110101 | 10000000 | 10011000 | 10111 | 10000 | 0 | 101000 | 11011101 | 1111 | 110101 |
Color Harmonies of #758098
Complementary color
Monochromatic Colors of #758098
Black with #758098
Text Example
Text Example
White with #758098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758098; }
p { color: rgb(117,128,152); }
H1.HeaderClassName
{
color: #758098;
}
.AnyTagClassName
{
color: #758098;
}
</style>
background-color css
<style>
a { background-color: #758098; }
a { background-color: rgb(117,128,152); }
div.DivClassName
{
background-color: #758098;
}
.BgClassName
{
background-color: #758098;
}
</style>
border-color css
<style>
span { border-color: #758098; }
span { border-color: rgb(117,128,152); }
td.TdClassName
{
border-color: #758098;
}
.TagClassName
{
border-color: #758098;
}
</style>