Shades of Light Slate Grey #75829B
Tints of Light Slate Grey #75829B
RGB
CMYK
RGB Variations
Color information
#75829B (or 0x75829B) is known color: Light Slate Grey. HEX triplet: 75, 82 and 9B. RGB value is (117,130,155). Sum of RGB (Red+Green+Blue) = 117+130+155=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #75829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75829B is #8A7D64. Grayscale: #808080. Windows color (decimal): -9076069 or 10191477. OLE color: 10191477.
HSL color Cylindrical-coordinate representation of color #75829B: hue angle of 219.47º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75829B is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 130 | 155 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.39 |
| HSL | 219.47º | 0.16% | 0.53% | - |
| HSV(B) | 219.47º | 0.25% | 0.61% | - |
| XYZ | 21.24 | 22.11 | 34.16 | - |
| YUV | 128.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 155 | 0.25 | 0.16 | 0 | 0.39 | 219.47 | 0.16 | 0.53 |
| Hex | 75 | 82 | 9B | 19 | 10 | 0 | 27 | DB | 10 | 35 |
| Octal | 165 | 202 | 233 | 31 | 20 | 0 | 47 | 333 | 20 | 65 |
| Binary | 1110101 | 10000010 | 10011011 | 11001 | 10000 | 0 | 100111 | 11011011 | 10000 | 110101 |
Color Harmonies of #75829B
Complementary color
Monochromatic Colors of #75829B
Black with #75829B
Text Example
Text Example
White with #75829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75829B; }
p { color: rgb(117,130,155); }
H1.HeaderClassName
{
color: #75829B;
}
.AnyTagClassName
{
color: #75829B;
}
</style>
background-color css
<style>
a { background-color: #75829B; }
a { background-color: rgb(117,130,155); }
div.DivClassName
{
background-color: #75829B;
}
.BgClassName
{
background-color: #75829B;
}
</style>
border-color css
<style>
span { border-color: #75829B; }
span { border-color: rgb(117,130,155); }
td.TdClassName
{
border-color: #75829B;
}
.TagClassName
{
border-color: #75829B;
}
</style>