Shades of Light Slate Grey #738AA2
Tints of Light Slate Grey #738AA2
RGB
CMYK
RGB Variations
Color information
#738AA2 (or 0x738AA2) is known color: Light Slate Grey. HEX triplet: 73, 8A and A2. RGB value is (115,138,162). Sum of RGB (Red+Green+Blue) = 115+138+162=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 162 - color contains mainly: blue. Hex color #738AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AA2 is #8C755D. Grayscale: #858585. Windows color (decimal): -9205086 or 10652275. OLE color: 10652275.
HSL color Cylindrical-coordinate representation of color #738AA2: hue angle of 210.64º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #738AA2 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 138 | 162 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.36 |
| HSL | 210.64º | 0.2% | 0.54% | - |
| HSV(B) | 210.64º | 0.29% | 0.64% | - |
| XYZ | 22.68 | 24.43 | 37.7 | - |
| YUV | 133.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 162 | 0.29 | 0.15 | 0 | 0.36 | 210.64 | 0.2 | 0.54 |
| Hex | 73 | 8A | A2 | 1D | F | 0 | 24 | D3 | 14 | 36 |
| Octal | 163 | 212 | 242 | 35 | 17 | 0 | 44 | 323 | 24 | 66 |
| Binary | 1110011 | 10001010 | 10100010 | 11101 | 1111 | 0 | 100100 | 11010011 | 10100 | 110110 |
Color Harmonies of #738AA2
Complementary color
Monochromatic Colors of #738AA2
Black with #738AA2
Text Example
Text Example
White with #738AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738AA2; }
p { color: rgb(115,138,162); }
H1.HeaderClassName
{
color: #738AA2;
}
.AnyTagClassName
{
color: #738AA2;
}
</style>
background-color css
<style>
a { background-color: #738AA2; }
a { background-color: rgb(115,138,162); }
div.DivClassName
{
background-color: #738AA2;
}
.BgClassName
{
background-color: #738AA2;
}
</style>
border-color css
<style>
span { border-color: #738AA2; }
span { border-color: rgb(115,138,162); }
td.TdClassName
{
border-color: #738AA2;
}
.TagClassName
{
border-color: #738AA2;
}
</style>