Shades of Light Slate Grey #758AA4
Tints of Light Slate Grey #758AA4
RGB
CMYK
RGB Variations
Color information
#758AA4 (or 0x758AA4) is known color: Light Slate Grey. HEX triplet: 75, 8A and A4. RGB value is (117,138,164). Sum of RGB (Red+Green+Blue) = 117+138+164=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #758AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AA4 is #8A755B. Grayscale: #868686. Windows color (decimal): -9074012 or 10783349. OLE color: 10783349.
HSL color Cylindrical-coordinate representation of color #758AA4: hue angle of 213.19º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #758AA4 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 138 | 164 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.36 |
| HSL | 213.19º | 0.21% | 0.55% | - |
| HSV(B) | 213.19º | 0.29% | 0.64% | - |
| XYZ | 23.13 | 24.64 | 38.66 | - |
| YUV | 134.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 164 | 0.29 | 0.16 | 0 | 0.36 | 213.19 | 0.21 | 0.55 |
| Hex | 75 | 8A | A4 | 1D | 10 | 0 | 24 | D5 | 15 | 37 |
| Octal | 165 | 212 | 244 | 35 | 20 | 0 | 44 | 325 | 25 | 67 |
| Binary | 1110101 | 10001010 | 10100100 | 11101 | 10000 | 0 | 100100 | 11010101 | 10101 | 110111 |
Color Harmonies of #758AA4
Complementary color
Monochromatic Colors of #758AA4
Black with #758AA4
Text Example
Text Example
White with #758AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758AA4; }
p { color: rgb(117,138,164); }
H1.HeaderClassName
{
color: #758AA4;
}
.AnyTagClassName
{
color: #758AA4;
}
</style>
background-color css
<style>
a { background-color: #758AA4; }
a { background-color: rgb(117,138,164); }
div.DivClassName
{
background-color: #758AA4;
}
.BgClassName
{
background-color: #758AA4;
}
</style>
border-color css
<style>
span { border-color: #758AA4; }
span { border-color: rgb(117,138,164); }
td.TdClassName
{
border-color: #758AA4;
}
.TagClassName
{
border-color: #758AA4;
}
</style>