Shades of Blue Bayoux #717B7D
Tints of Blue Bayoux #717B7D
RGB
CMYK
RGB Variations
Color information
#717B7D (or 0x717B7D) is known color: Blue Bayoux. HEX triplet: 71, 7B and 7D. RGB value is (113,123,125). Sum of RGB (Red+Green+Blue) = 113+123+125=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 125 - color contains mainly: blue. Hex color #717B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B7D is #8E8482. Grayscale: #787878. Windows color (decimal): -9340035 or 8223601. OLE color: 8223601.
HSL color Cylindrical-coordinate representation of color #717B7D: hue angle of 190º 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 #717B7D is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 123 | 125 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.51 |
| HSL | 190º | 0.05% | 0.47% | - |
| HSV(B) | 190º | 0.1% | 0.49% | - |
| XYZ | 17.59 | 19.16 | 22.17 | - |
| YUV | 120.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 125 | 0.10 | 0.02 | 0 | 0.51 | 190 | 0.05 | 0.47 |
| Hex | 71 | 7B | 7D | A | 2 | 0 | 33 | BE | 5 | 2F |
| Octal | 161 | 173 | 175 | 12 | 2 | 0 | 63 | 276 | 5 | 57 |
| Binary | 1110001 | 1111011 | 1111101 | 1010 | 10 | 0 | 110011 | 10111110 | 101 | 101111 |
Color Harmonies of #717B7D
Complementary color
Monochromatic Colors of #717B7D
Black with #717B7D
Text Example
Text Example
White with #717B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B7D; }
p { color: rgb(113,123,125); }
H1.HeaderClassName
{
color: #717B7D;
}
.AnyTagClassName
{
color: #717B7D;
}
</style>
background-color css
<style>
a { background-color: #717B7D; }
a { background-color: rgb(113,123,125); }
div.DivClassName
{
background-color: #717B7D;
}
.BgClassName
{
background-color: #717B7D;
}
</style>
border-color css
<style>
span { border-color: #717B7D; }
span { border-color: rgb(113,123,125); }
td.TdClassName
{
border-color: #717B7D;
}
.TagClassName
{
border-color: #717B7D;
}
</style>