Shades of Light Slate Grey #748BA4
Tints of Light Slate Grey #748BA4
RGB
CMYK
RGB Variations
Color information
#748BA4 (or 0x748BA4) is known color: Light Slate Grey. HEX triplet: 74, 8B and A4. RGB value is (116,139,164). Sum of RGB (Red+Green+Blue) = 116+139+164=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 139 (54.69% from 255 or 33.17% 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 #748BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748BA4 is #8B745B. Grayscale: #868686. Windows color (decimal): -9139292 or 10783604. OLE color: 10783604.
HSL color Cylindrical-coordinate representation of color #748BA4: hue angle of 211.25º 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 #748BA4 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 139 | 164 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.36 |
| HSL | 211.25º | 0.21% | 0.55% | - |
| HSV(B) | 211.25º | 0.29% | 0.64% | - |
| XYZ | 23.14 | 24.86 | 38.7 | - |
| YUV | 134.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 164 | 0.29 | 0.15 | 0 | 0.36 | 211.25 | 0.21 | 0.55 |
| Hex | 74 | 8B | A4 | 1D | F | 0 | 24 | D3 | 15 | 37 |
| Octal | 164 | 213 | 244 | 35 | 17 | 0 | 44 | 323 | 25 | 67 |
| Binary | 1110100 | 10001011 | 10100100 | 11101 | 1111 | 0 | 100100 | 11010011 | 10101 | 110111 |
Color Harmonies of #748BA4
Complementary color
Monochromatic Colors of #748BA4
Black with #748BA4
Text Example
Text Example
White with #748BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BA4; }
p { color: rgb(116,139,164); }
H1.HeaderClassName
{
color: #748BA4;
}
.AnyTagClassName
{
color: #748BA4;
}
</style>
background-color css
<style>
a { background-color: #748BA4; }
a { background-color: rgb(116,139,164); }
div.DivClassName
{
background-color: #748BA4;
}
.BgClassName
{
background-color: #748BA4;
}
</style>
border-color css
<style>
span { border-color: #748BA4; }
span { border-color: rgb(116,139,164); }
td.TdClassName
{
border-color: #748BA4;
}
.TagClassName
{
border-color: #748BA4;
}
</style>