Shades of Light Slate Grey #7B8798
Tints of Light Slate Grey #7B8798
RGB
CMYK
RGB Variations
Color information
#7B8798 (or 0x7B8798) is known color: Light Slate Grey. HEX triplet: 7B, 87 and 98. RGB value is (123,135,152). Sum of RGB (Red+Green+Blue) = 123+135+152=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B8798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8798 is #847867. Grayscale: #858585. Windows color (decimal): -8681576 or 9996155. OLE color: 9996155.
HSL color Cylindrical-coordinate representation of color #7B8798: hue angle of 215.17º 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 #7B8798 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 135 | 152 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.40 |
| HSL | 215.17º | 0.12% | 0.54% | - |
| HSV(B) | 215.17º | 0.19% | 0.6% | - |
| XYZ | 22.5 | 23.81 | 33.11 | - |
| YUV | 133.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 152 | 0.19 | 0.11 | 0 | 0.40 | 215.17 | 0.12 | 0.54 |
| Hex | 7B | 87 | 98 | 13 | B | 0 | 28 | D7 | C | 36 |
| Octal | 173 | 207 | 230 | 23 | 13 | 0 | 50 | 327 | 14 | 66 |
| Binary | 1111011 | 10000111 | 10011000 | 10011 | 1011 | 0 | 101000 | 11010111 | 1100 | 110110 |
Color Harmonies of #7B8798
Complementary color
Monochromatic Colors of #7B8798
Black with #7B8798
Text Example
Text Example
White with #7B8798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8798; }
p { color: rgb(123,135,152); }
H1.HeaderClassName
{
color: #7B8798;
}
.AnyTagClassName
{
color: #7B8798;
}
</style>
background-color css
<style>
a { background-color: #7B8798; }
a { background-color: rgb(123,135,152); }
div.DivClassName
{
background-color: #7B8798;
}
.BgClassName
{
background-color: #7B8798;
}
</style>
border-color css
<style>
span { border-color: #7B8798; }
span { border-color: rgb(123,135,152); }
td.TdClassName
{
border-color: #7B8798;
}
.TagClassName
{
border-color: #7B8798;
}
</style>