Shades of Light Slate Grey #7B879B
Tints of Light Slate Grey #7B879B
RGB
CMYK
RGB Variations
Color information
#7B879B (or 0x7B879B) is known color: Light Slate Grey. HEX triplet: 7B, 87 and 9B. RGB value is (123,135,155). Sum of RGB (Red+Green+Blue) = 123+135+155=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B879B is #847864. Grayscale: #858585. Windows color (decimal): -8681573 or 10192763. OLE color: 10192763.
HSL color Cylindrical-coordinate representation of color #7B879B: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B879B is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 135 | 155 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.39 |
| HSL | 217.5º | 0.14% | 0.55% | - |
| HSV(B) | 217.5º | 0.21% | 0.61% | - |
| XYZ | 22.75 | 23.91 | 34.43 | - |
| YUV | 133.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 155 | 0.21 | 0.13 | 0 | 0.39 | 217.5 | 0.14 | 0.55 |
| Hex | 7B | 87 | 9B | 15 | D | 0 | 27 | DA | E | 37 |
| Octal | 173 | 207 | 233 | 25 | 15 | 0 | 47 | 332 | 16 | 67 |
| Binary | 1111011 | 10000111 | 10011011 | 10101 | 1101 | 0 | 100111 | 11011010 | 1110 | 110111 |
Color Harmonies of #7B879B
Complementary color
Monochromatic Colors of #7B879B
Black with #7B879B
Text Example
Text Example
White with #7B879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B879B; }
p { color: rgb(123,135,155); }
H1.HeaderClassName
{
color: #7B879B;
}
.AnyTagClassName
{
color: #7B879B;
}
</style>
background-color css
<style>
a { background-color: #7B879B; }
a { background-color: rgb(123,135,155); }
div.DivClassName
{
background-color: #7B879B;
}
.BgClassName
{
background-color: #7B879B;
}
</style>
border-color css
<style>
span { border-color: #7B879B; }
span { border-color: rgb(123,135,155); }
td.TdClassName
{
border-color: #7B879B;
}
.TagClassName
{
border-color: #7B879B;
}
</style>