Shades of Light Slate Grey #75899A
Tints of Light Slate Grey #75899A
RGB
CMYK
RGB Variations
Color information
#75899A (or 0x75899A) is known color: Light Slate Grey. HEX triplet: 75, 89 and 9A. RGB value is (117,137,154). Sum of RGB (Red+Green+Blue) = 117+137+154=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #75899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75899A is #8A7665. Grayscale: #848484. Windows color (decimal): -9074278 or 10127733. OLE color: 10127733.
HSL color Cylindrical-coordinate representation of color #75899A: hue angle of 207.57º 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 #75899A is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 137 | 154 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.40 |
| HSL | 207.57º | 0.15% | 0.53% | - |
| HSV(B) | 207.57º | 0.24% | 0.6% | - |
| XYZ | 22.11 | 24.01 | 34.04 | - |
| YUV | 132.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 154 | 0.24 | 0.11 | 0 | 0.40 | 207.57 | 0.15 | 0.53 |
| Hex | 75 | 89 | 9A | 18 | B | 0 | 28 | D0 | F | 35 |
| Octal | 165 | 211 | 232 | 30 | 13 | 0 | 50 | 320 | 17 | 65 |
| Binary | 1110101 | 10001001 | 10011010 | 11000 | 1011 | 0 | 101000 | 11010000 | 1111 | 110101 |
Color Harmonies of #75899A
Complementary color
Monochromatic Colors of #75899A
Black with #75899A
Text Example
Text Example
White with #75899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75899A; }
p { color: rgb(117,137,154); }
H1.HeaderClassName
{
color: #75899A;
}
.AnyTagClassName
{
color: #75899A;
}
</style>
background-color css
<style>
a { background-color: #75899A; }
a { background-color: rgb(117,137,154); }
div.DivClassName
{
background-color: #75899A;
}
.BgClassName
{
background-color: #75899A;
}
</style>
border-color css
<style>
span { border-color: #75899A; }
span { border-color: rgb(117,137,154); }
td.TdClassName
{
border-color: #75899A;
}
.TagClassName
{
border-color: #75899A;
}
</style>