Shades of Wild Blue Yonder #7492BC
Tints of Wild Blue Yonder #7492BC
RGB
CMYK
RGB Variations
Color information
#7492BC (or 0x7492BC) is known color: Wild Blue Yonder. HEX triplet: 74, 92 and BC. RGB value is (116,146,188). Sum of RGB (Red+Green+Blue) = 116+146+188=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #7492BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7492BC is #8B6D43. Grayscale: #8D8D8D. Windows color (decimal): -9137476 or 12358260. OLE color: 12358260.
HSL color Cylindrical-coordinate representation of color #7492BC: hue angle of 215º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7492BC is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 146 | 188 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.26 |
| HSL | 215º | 0.35% | 0.6% | - |
| HSV(B) | 215º | 0.38% | 0.74% | - |
| XYZ | 26.56 | 27.9 | 51.56 | - |
| YUV | 141.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 188 | 0.38 | 0.22 | 0 | 0.26 | 215 | 0.35 | 0.6 |
| Hex | 74 | 92 | BC | 26 | 16 | 0 | 1A | D7 | 23 | 3C |
| Octal | 164 | 222 | 274 | 46 | 26 | 0 | 32 | 327 | 43 | 74 |
| Binary | 1110100 | 10010010 | 10111100 | 100110 | 10110 | 0 | 11010 | 11010111 | 100011 | 111100 |
Color Harmonies of #7492BC
Complementary color
Monochromatic Colors of #7492BC
Black with #7492BC
Text Example
Text Example
White with #7492BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7492BC; }
p { color: rgb(116,146,188); }
H1.HeaderClassName
{
color: #7492BC;
}
.AnyTagClassName
{
color: #7492BC;
}
</style>
background-color css
<style>
a { background-color: #7492BC; }
a { background-color: rgb(116,146,188); }
div.DivClassName
{
background-color: #7492BC;
}
.BgClassName
{
background-color: #7492BC;
}
</style>
border-color css
<style>
span { border-color: #7492BC; }
span { border-color: rgb(116,146,188); }
td.TdClassName
{
border-color: #7492BC;
}
.TagClassName
{
border-color: #7492BC;
}
</style>