Shades of Light Slate Grey #7B90A0
Tints of Light Slate Grey #7B90A0
RGB
CMYK
RGB Variations
Color information
#7B90A0 (or 0x7B90A0) is known color: Light Slate Grey. HEX triplet: 7B, 90 and A0. RGB value is (123,144,160). Sum of RGB (Red+Green+Blue) = 123+144+160=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 160 - color contains mainly: blue. Hex color #7B90A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B90A0 is #846F5F. Grayscale: #8B8B8B. Windows color (decimal): -8679264 or 10522747. OLE color: 10522747.
HSL color Cylindrical-coordinate representation of color #7B90A0: hue angle of 205.95º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B90A0 is Cyan = 0.23, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 144 | 160 | - |
| CMYK | 0.23 | 0.1 | 0 | 0.37 |
| HSL | 205.95º | 0.16% | 0.55% | - |
| HSV(B) | 205.95º | 0.23% | 0.63% | - |
| XYZ | 24.49 | 26.7 | 37.12 | - |
| YUV | 139.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 160 | 0.23 | 0.1 | 0 | 0.37 | 205.95 | 0.16 | 0.55 |
| Hex | 7B | 90 | A0 | 17 | A | 0 | 25 | CE | 10 | 37 |
| Octal | 173 | 220 | 240 | 27 | 12 | 0 | 45 | 316 | 20 | 67 |
| Binary | 1111011 | 10010000 | 10100000 | 10111 | 1010 | 0 | 100101 | 11001110 | 10000 | 110111 |
Color Harmonies of #7B90A0
Complementary color
Monochromatic Colors of #7B90A0
Black with #7B90A0
Text Example
Text Example
White with #7B90A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B90A0; }
p { color: rgb(123,144,160); }
H1.HeaderClassName
{
color: #7B90A0;
}
.AnyTagClassName
{
color: #7B90A0;
}
</style>
background-color css
<style>
a { background-color: #7B90A0; }
a { background-color: rgb(123,144,160); }
div.DivClassName
{
background-color: #7B90A0;
}
.BgClassName
{
background-color: #7B90A0;
}
</style>
border-color css
<style>
span { border-color: #7B90A0; }
span { border-color: rgb(123,144,160); }
td.TdClassName
{
border-color: #7B90A0;
}
.TagClassName
{
border-color: #7B90A0;
}
</style>