Shades of Wild Blue Yonder #7186B6
Tints of Wild Blue Yonder #7186B6
RGB
CMYK
RGB Variations
Color information
#7186B6 (or 0x7186B6) is known color: Wild Blue Yonder. HEX triplet: 71, 86 and B6. RGB value is (113,134,182). Sum of RGB (Red+Green+Blue) = 113+134+182=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #7186B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7186B6 is #8E7949. Grayscale: #848484. Windows color (decimal): -9337162 or 11961969. OLE color: 11961969.
HSL color Cylindrical-coordinate representation of color #7186B6: hue angle of 221.74º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7186B6 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 134 | 182 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.29 |
| HSL | 221.74º | 0.32% | 0.58% | - |
| HSV(B) | 221.74º | 0.38% | 0.71% | - |
| XYZ | 23.78 | 23.94 | 47.62 | - |
| YUV | 133.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 134 | 182 | 0.38 | 0.26 | 0 | 0.29 | 221.74 | 0.32 | 0.58 |
| Hex | 71 | 86 | B6 | 26 | 1A | 0 | 1D | DE | 20 | 3A |
| Octal | 161 | 206 | 266 | 46 | 32 | 0 | 35 | 336 | 40 | 72 |
| Binary | 1110001 | 10000110 | 10110110 | 100110 | 11010 | 0 | 11101 | 11011110 | 100000 | 111010 |
Color Harmonies of #7186B6
Complementary color
Monochromatic Colors of #7186B6
Black with #7186B6
Text Example
Text Example
White with #7186B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7186B6; }
p { color: rgb(113,134,182); }
H1.HeaderClassName
{
color: #7186B6;
}
.AnyTagClassName
{
color: #7186B6;
}
</style>
background-color css
<style>
a { background-color: #7186B6; }
a { background-color: rgb(113,134,182); }
div.DivClassName
{
background-color: #7186B6;
}
.BgClassName
{
background-color: #7186B6;
}
</style>
border-color css
<style>
span { border-color: #7186B6; }
span { border-color: rgb(113,134,182); }
td.TdClassName
{
border-color: #7186B6;
}
.TagClassName
{
border-color: #7186B6;
}
</style>