Shades of Blue Smoke #7A827D
Tints of Blue Smoke #7A827D
RGB
CMYK
RGB Variations
Color information
#7A827D (or 0x7A827D) is known color: Blue Smoke. HEX triplet: 7A, 82 and 7D. RGB value is (122,130,125). Sum of RGB (Red+Green+Blue) = 122+130+125=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 130 - color contains mainly: green. Hex color #7A827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A827D is #857D82. Grayscale: #7F7F7F. Windows color (decimal): -8748419 or 8225402. OLE color: 8225402.
HSL color Cylindrical-coordinate representation of color #7A827D: hue angle of 142.5º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A827D is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
RGB | 122 | 130 | 125 | - |
CMYK | 0.06 | 0 | 0.04 | 0.49 |
HSL | 142.5º | 0.03% | 0.49% | - |
HSV(B) | 142.5º | 0.06% | 0.51% | - |
XYZ | 19.71 | 21.58 | 22.53 | - |
YUV | 127.04 | 126.85 | 124.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 130 | 125 | 0.06 | 0 | 0.04 | 0.49 | 142.5 | 0.03 | 0.49 |
Hex | 7A | 82 | 7D | 6 | 0 | 4 | 31 | 8E | 3 | 31 |
Octal | 172 | 202 | 175 | 6 | 0 | 4 | 61 | 216 | 3 | 61 |
Binary | 1111010 | 10000010 | 1111101 | 110 | 0 | 100 | 110001 | 10001110 | 11 | 110001 |
Color Harmonies of #7A827D
Complementary color
Monochromatic Colors of #7A827D
Black with #7A827D
Text Example
Text Example
White with #7A827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A827D; }
p { color: rgb(122,130,125); }
H1.HeaderClassName
{
color: #7A827D;
}
.AnyTagClassName
{
color: #7A827D;
}
</style>
background-color css
<style>
a { background-color: #7A827D; }
a { background-color: rgb(122,130,125); }
div.DivClassName
{
background-color: #7A827D;
}
.BgClassName
{
background-color: #7A827D;
}
</style>
border-color css
<style>
span { border-color: #7A827D; }
span { border-color: rgb(122,130,125); }
td.TdClassName
{
border-color: #7A827D;
}
.TagClassName
{
border-color: #7A827D;
}
</style>