Shades of Light Slate Grey #758BA4
Tints of Light Slate Grey #758BA4
RGB
CMYK
RGB Variations
Color information
#758BA4 (or 0x758BA4) is known color: Light Slate Grey. HEX triplet: 75, 8B and A4. RGB value is (117,139,164). Sum of RGB (Red+Green+Blue) = 117+139+164=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 164 - color contains mainly: blue. Hex color #758BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BA4 is #8A745B. Grayscale: #878787. Windows color (decimal): -9073756 or 10783605. OLE color: 10783605.
HSL color Cylindrical-coordinate representation of color #758BA4: hue angle of 211.91º 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 #758BA4 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 139 | 164 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.36 |
| HSL | 211.91º | 0.21% | 0.55% | - |
| HSV(B) | 211.91º | 0.29% | 0.64% | - |
| XYZ | 23.27 | 24.93 | 38.71 | - |
| YUV | 135.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 164 | 0.29 | 0.15 | 0 | 0.36 | 211.91 | 0.21 | 0.55 |
| Hex | 75 | 8B | A4 | 1D | F | 0 | 24 | D4 | 15 | 37 |
| Octal | 165 | 213 | 244 | 35 | 17 | 0 | 44 | 324 | 25 | 67 |
| Binary | 1110101 | 10001011 | 10100100 | 11101 | 1111 | 0 | 100100 | 11010100 | 10101 | 110111 |
Color Harmonies of #758BA4
Complementary color
Monochromatic Colors of #758BA4
Black with #758BA4
Text Example
Text Example
White with #758BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BA4; }
p { color: rgb(117,139,164); }
H1.HeaderClassName
{
color: #758BA4;
}
.AnyTagClassName
{
color: #758BA4;
}
</style>
background-color css
<style>
a { background-color: #758BA4; }
a { background-color: rgb(117,139,164); }
div.DivClassName
{
background-color: #758BA4;
}
.BgClassName
{
background-color: #758BA4;
}
</style>
border-color css
<style>
span { border-color: #758BA4; }
span { border-color: rgb(117,139,164); }
td.TdClassName
{
border-color: #758BA4;
}
.TagClassName
{
border-color: #758BA4;
}
</style>