Shades of Light Slate Grey #7B8998
Tints of Light Slate Grey #7B8998
RGB
CMYK
RGB Variations
Color information
#7B8998 (or 0x7B8998) is known color: Light Slate Grey. HEX triplet: 7B, 89 and 98. RGB value is (123,137,152). Sum of RGB (Red+Green+Blue) = 123+137+152=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B8998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8998 is #847667. Grayscale: #868686. Windows color (decimal): -8681064 or 9996667. OLE color: 9996667.
HSL color Cylindrical-coordinate representation of color #7B8998: hue angle of 211.03º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B8998 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 137 | 152 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.40 |
| HSL | 211.03º | 0.12% | 0.54% | - |
| HSV(B) | 211.03º | 0.19% | 0.6% | - |
| XYZ | 22.78 | 24.37 | 33.21 | - |
| YUV | 134.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 152 | 0.19 | 0.10 | 0 | 0.40 | 211.03 | 0.12 | 0.54 |
| Hex | 7B | 89 | 98 | 13 | A | 0 | 28 | D3 | C | 36 |
| Octal | 173 | 211 | 230 | 23 | 12 | 0 | 50 | 323 | 14 | 66 |
| Binary | 1111011 | 10001001 | 10011000 | 10011 | 1010 | 0 | 101000 | 11010011 | 1100 | 110110 |
Color Harmonies of #7B8998
Complementary color
Monochromatic Colors of #7B8998
Black with #7B8998
Text Example
Text Example
White with #7B8998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8998; }
p { color: rgb(123,137,152); }
H1.HeaderClassName
{
color: #7B8998;
}
.AnyTagClassName
{
color: #7B8998;
}
</style>
background-color css
<style>
a { background-color: #7B8998; }
a { background-color: rgb(123,137,152); }
div.DivClassName
{
background-color: #7B8998;
}
.BgClassName
{
background-color: #7B8998;
}
</style>
border-color css
<style>
span { border-color: #7B8998; }
span { border-color: rgb(123,137,152); }
td.TdClassName
{
border-color: #7B8998;
}
.TagClassName
{
border-color: #7B8998;
}
</style>