Shades of Blue Bayoux #717A7D
Tints of Blue Bayoux #717A7D
RGB
CMYK
RGB Variations
Color information
#717A7D (or 0x717A7D) is known color: Blue Bayoux. HEX triplet: 71, 7A and 7D. RGB value is (113,122,125). Sum of RGB (Red+Green+Blue) = 113+122+125=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 125 - color contains mainly: blue. Hex color #717A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A7D is #8E8582. Grayscale: #777777. Windows color (decimal): -9340291 or 8223345. OLE color: 8223345.
HSL color Cylindrical-coordinate representation of color #717A7D: hue angle of 195º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #717A7D is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 122 | 125 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.51 |
| HSL | 195º | 0.05% | 0.47% | - |
| HSV(B) | 195º | 0.1% | 0.49% | - |
| XYZ | 17.47 | 18.91 | 22.13 | - |
| YUV | 119.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 125 | 0.10 | 0.02 | 0 | 0.51 | 195 | 0.05 | 0.47 |
| Hex | 71 | 7A | 7D | A | 2 | 0 | 33 | C3 | 5 | 2F |
| Octal | 161 | 172 | 175 | 12 | 2 | 0 | 63 | 303 | 5 | 57 |
| Binary | 1110001 | 1111010 | 1111101 | 1010 | 10 | 0 | 110011 | 11000011 | 101 | 101111 |
Color Harmonies of #717A7D
Complementary color
Monochromatic Colors of #717A7D
Black with #717A7D
Text Example
Text Example
White with #717A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A7D; }
p { color: rgb(113,122,125); }
H1.HeaderClassName
{
color: #717A7D;
}
.AnyTagClassName
{
color: #717A7D;
}
</style>
background-color css
<style>
a { background-color: #717A7D; }
a { background-color: rgb(113,122,125); }
div.DivClassName
{
background-color: #717A7D;
}
.BgClassName
{
background-color: #717A7D;
}
</style>
border-color css
<style>
span { border-color: #717A7D; }
span { border-color: rgb(113,122,125); }
td.TdClassName
{
border-color: #717A7D;
}
.TagClassName
{
border-color: #717A7D;
}
</style>