Shades of Light Slate Grey #758CA4
Tints of Light Slate Grey #758CA4
RGB
CMYK
RGB Variations
Color information
#758CA4 (or 0x758CA4) is known color: Light Slate Grey. HEX triplet: 75, 8C and A4. RGB value is (117,140,164). Sum of RGB (Red+Green+Blue) = 117+140+164=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #758CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758CA4 is #8A735B. Grayscale: #878787. Windows color (decimal): -9073500 or 10783861. OLE color: 10783861.
HSL color Cylindrical-coordinate representation of color #758CA4: hue angle of 210.64º 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 #758CA4 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 140 | 164 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.36 |
| HSL | 210.64º | 0.21% | 0.55% | - |
| HSV(B) | 210.64º | 0.29% | 0.64% | - |
| XYZ | 23.42 | 25.22 | 38.76 | - |
| YUV | 135.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 164 | 0.29 | 0.15 | 0 | 0.36 | 210.64 | 0.21 | 0.55 |
| Hex | 75 | 8C | A4 | 1D | F | 0 | 24 | D3 | 15 | 37 |
| Octal | 165 | 214 | 244 | 35 | 17 | 0 | 44 | 323 | 25 | 67 |
| Binary | 1110101 | 10001100 | 10100100 | 11101 | 1111 | 0 | 100100 | 11010011 | 10101 | 110111 |
Color Harmonies of #758CA4
Complementary color
Monochromatic Colors of #758CA4
Black with #758CA4
Text Example
Text Example
White with #758CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CA4; }
p { color: rgb(117,140,164); }
H1.HeaderClassName
{
color: #758CA4;
}
.AnyTagClassName
{
color: #758CA4;
}
</style>
background-color css
<style>
a { background-color: #758CA4; }
a { background-color: rgb(117,140,164); }
div.DivClassName
{
background-color: #758CA4;
}
.BgClassName
{
background-color: #758CA4;
}
</style>
border-color css
<style>
span { border-color: #758CA4; }
span { border-color: rgb(117,140,164); }
td.TdClassName
{
border-color: #758CA4;
}
.TagClassName
{
border-color: #758CA4;
}
</style>