Shades of Light Slate Grey #738AA1
Tints of Light Slate Grey #738AA1
RGB
CMYK
RGB Variations
Color information
#738AA1 (or 0x738AA1) is known color: Light Slate Grey. HEX triplet: 73, 8A and A1. RGB value is (115,138,161). Sum of RGB (Red+Green+Blue) = 115+138+161=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 161 - color contains mainly: blue. Hex color #738AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AA1 is #8C755E. Grayscale: #858585. Windows color (decimal): -9205087 or 10586739. OLE color: 10586739.
HSL color Cylindrical-coordinate representation of color #738AA1: hue angle of 210º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #738AA1 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 138 | 161 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.37 |
| HSL | 210º | 0.2% | 0.54% | - |
| HSV(B) | 210º | 0.29% | 0.63% | - |
| XYZ | 22.59 | 24.4 | 37.24 | - |
| YUV | 133.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 161 | 0.29 | 0.14 | 0 | 0.37 | 210 | 0.2 | 0.54 |
| Hex | 73 | 8A | A1 | 1D | E | 0 | 25 | D2 | 14 | 36 |
| Octal | 163 | 212 | 241 | 35 | 16 | 0 | 45 | 322 | 24 | 66 |
| Binary | 1110011 | 10001010 | 10100001 | 11101 | 1110 | 0 | 100101 | 11010010 | 10100 | 110110 |
Color Harmonies of #738AA1
Complementary color
Monochromatic Colors of #738AA1
Black with #738AA1
Text Example
Text Example
White with #738AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738AA1; }
p { color: rgb(115,138,161); }
H1.HeaderClassName
{
color: #738AA1;
}
.AnyTagClassName
{
color: #738AA1;
}
</style>
background-color css
<style>
a { background-color: #738AA1; }
a { background-color: rgb(115,138,161); }
div.DivClassName
{
background-color: #738AA1;
}
.BgClassName
{
background-color: #738AA1;
}
</style>
border-color css
<style>
span { border-color: #738AA1; }
span { border-color: rgb(115,138,161); }
td.TdClassName
{
border-color: #738AA1;
}
.TagClassName
{
border-color: #738AA1;
}
</style>