Shades of Light Slate Grey #7B869B
Tints of Light Slate Grey #7B869B
RGB
CMYK
RGB Variations
Color information
#7B869B (or 0x7B869B) is known color: Light Slate Grey. HEX triplet: 7B, 86 and 9B. RGB value is (123,134,155). Sum of RGB (Red+Green+Blue) = 123+134+155=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B869B is #847964. Grayscale: #858585. Windows color (decimal): -8681829 or 10192507. OLE color: 10192507.
HSL color Cylindrical-coordinate representation of color #7B869B: hue angle of 219.38º 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 #7B869B is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 134 | 155 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.39 |
| HSL | 219.38º | 0.14% | 0.55% | - |
| HSV(B) | 219.38º | 0.21% | 0.61% | - |
| XYZ | 22.61 | 23.63 | 34.38 | - |
| YUV | 133.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 134 | 155 | 0.21 | 0.14 | 0 | 0.39 | 219.38 | 0.14 | 0.55 |
| Hex | 7B | 86 | 9B | 15 | E | 0 | 27 | DB | E | 37 |
| Octal | 173 | 206 | 233 | 25 | 16 | 0 | 47 | 333 | 16 | 67 |
| Binary | 1111011 | 10000110 | 10011011 | 10101 | 1110 | 0 | 100111 | 11011011 | 1110 | 110111 |
Color Harmonies of #7B869B
Complementary color
Monochromatic Colors of #7B869B
Black with #7B869B
Text Example
Text Example
White with #7B869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B869B; }
p { color: rgb(123,134,155); }
H1.HeaderClassName
{
color: #7B869B;
}
.AnyTagClassName
{
color: #7B869B;
}
</style>
background-color css
<style>
a { background-color: #7B869B; }
a { background-color: rgb(123,134,155); }
div.DivClassName
{
background-color: #7B869B;
}
.BgClassName
{
background-color: #7B869B;
}
</style>
border-color css
<style>
span { border-color: #7B869B; }
span { border-color: rgb(123,134,155); }
td.TdClassName
{
border-color: #7B869B;
}
.TagClassName
{
border-color: #7B869B;
}
</style>