Shades of Light Slate Grey #75829A
Tints of Light Slate Grey #75829A
RGB
CMYK
RGB Variations
Color information
#75829A (or 0x75829A) is known color: Light Slate Grey. HEX triplet: 75, 82 and 9A. RGB value is (117,130,154). Sum of RGB (Red+Green+Blue) = 117+130+154=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #75829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75829A is #8A7D65. Grayscale: #808080. Windows color (decimal): -9076070 or 10125941. OLE color: 10125941.
HSL color Cylindrical-coordinate representation of color #75829A: hue angle of 218.92º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75829A is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 130 | 154 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.40 |
| HSL | 218.92º | 0.15% | 0.53% | - |
| HSV(B) | 218.92º | 0.24% | 0.6% | - |
| XYZ | 21.15 | 22.08 | 33.72 | - |
| YUV | 128.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 154 | 0.24 | 0.16 | 0 | 0.40 | 218.92 | 0.15 | 0.53 |
| Hex | 75 | 82 | 9A | 18 | 10 | 0 | 28 | DB | F | 35 |
| Octal | 165 | 202 | 232 | 30 | 20 | 0 | 50 | 333 | 17 | 65 |
| Binary | 1110101 | 10000010 | 10011010 | 11000 | 10000 | 0 | 101000 | 11011011 | 1111 | 110101 |
Color Harmonies of #75829A
Complementary color
Monochromatic Colors of #75829A
Black with #75829A
Text Example
Text Example
White with #75829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75829A; }
p { color: rgb(117,130,154); }
H1.HeaderClassName
{
color: #75829A;
}
.AnyTagClassName
{
color: #75829A;
}
</style>
background-color css
<style>
a { background-color: #75829A; }
a { background-color: rgb(117,130,154); }
div.DivClassName
{
background-color: #75829A;
}
.BgClassName
{
background-color: #75829A;
}
</style>
border-color css
<style>
span { border-color: #75829A; }
span { border-color: rgb(117,130,154); }
td.TdClassName
{
border-color: #75829A;
}
.TagClassName
{
border-color: #75829A;
}
</style>