Shades of Wild Blue Yonder #7292BB
Tints of Wild Blue Yonder #7292BB
RGB
CMYK
RGB Variations
Color information
#7292BB (or 0x7292BB) is known color: Wild Blue Yonder. HEX triplet: 72, 92 and BB. RGB value is (114,146,187). Sum of RGB (Red+Green+Blue) = 114+146+187=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #7292BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7292BB is #8D6D44. Grayscale: #8C8C8C. Windows color (decimal): -9268549 or 12292722. OLE color: 12292722.
HSL color Cylindrical-coordinate representation of color #7292BB: hue angle of 213.7º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7292BB is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 146 | 187 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.27 |
| HSL | 213.7º | 0.35% | 0.59% | - |
| HSV(B) | 213.7º | 0.39% | 0.73% | - |
| XYZ | 26.19 | 27.72 | 50.98 | - |
| YUV | 141.11 | 153.9 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 187 | 0.39 | 0.22 | 0 | 0.27 | 213.7 | 0.35 | 0.59 |
| Hex | 72 | 92 | BB | 27 | 16 | 0 | 1B | D6 | 23 | 3B |
| Octal | 162 | 222 | 273 | 47 | 26 | 0 | 33 | 326 | 43 | 73 |
| Binary | 1110010 | 10010010 | 10111011 | 100111 | 10110 | 0 | 11011 | 11010110 | 100011 | 111011 |
Color Harmonies of #7292BB
Complementary color
Monochromatic Colors of #7292BB
Black with #7292BB
Text Example
Text Example
White with #7292BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7292BB; }
p { color: rgb(114,146,187); }
H1.HeaderClassName
{
color: #7292BB;
}
.AnyTagClassName
{
color: #7292BB;
}
</style>
background-color css
<style>
a { background-color: #7292BB; }
a { background-color: rgb(114,146,187); }
div.DivClassName
{
background-color: #7292BB;
}
.BgClassName
{
background-color: #7292BB;
}
</style>
border-color css
<style>
span { border-color: #7292BB; }
span { border-color: rgb(114,146,187); }
td.TdClassName
{
border-color: #7292BB;
}
.TagClassName
{
border-color: #7292BB;
}
</style>