Shades of Light Slate Grey #74899F
Tints of Light Slate Grey #74899F
RGB
CMYK
RGB Variations
Color information
#74899F (or 0x74899F) is known color: Light Slate Grey. HEX triplet: 74, 89 and 9F. RGB value is (116,137,159). Sum of RGB (Red+Green+Blue) = 116+137+159=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #74899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74899F is #8B7660. Grayscale: #858585. Windows color (decimal): -9139809 or 10455412. OLE color: 10455412.
HSL color Cylindrical-coordinate representation of color #74899F: hue angle of 210.7º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74899F is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 137 | 159 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.38 |
| HSL | 210.7º | 0.18% | 0.54% | - |
| HSV(B) | 210.7º | 0.27% | 0.62% | - |
| XYZ | 22.41 | 24.11 | 36.27 | - |
| YUV | 133.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 159 | 0.27 | 0.14 | 0 | 0.38 | 210.7 | 0.18 | 0.54 |
| Hex | 74 | 89 | 9F | 1B | E | 0 | 26 | D3 | 12 | 36 |
| Octal | 164 | 211 | 237 | 33 | 16 | 0 | 46 | 323 | 22 | 66 |
| Binary | 1110100 | 10001001 | 10011111 | 11011 | 1110 | 0 | 100110 | 11010011 | 10010 | 110110 |
Color Harmonies of #74899F
Complementary color
Monochromatic Colors of #74899F
Black with #74899F
Text Example
Text Example
White with #74899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74899F; }
p { color: rgb(116,137,159); }
H1.HeaderClassName
{
color: #74899F;
}
.AnyTagClassName
{
color: #74899F;
}
</style>
background-color css
<style>
a { background-color: #74899F; }
a { background-color: rgb(116,137,159); }
div.DivClassName
{
background-color: #74899F;
}
.BgClassName
{
background-color: #74899F;
}
</style>
border-color css
<style>
span { border-color: #74899F; }
span { border-color: rgb(116,137,159); }
td.TdClassName
{
border-color: #74899F;
}
.TagClassName
{
border-color: #74899F;
}
</style>