Shades of Wild Blue Yonder #7092BC
Tints of Wild Blue Yonder #7092BC
RGB
CMYK
RGB Variations
Color information
#7092BC (or 0x7092BC) is known color: Wild Blue Yonder. HEX triplet: 70, 92 and BC. RGB value is (112,146,188). Sum of RGB (Red+Green+Blue) = 112+146+188=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #7092BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7092BC is #8F6D43. Grayscale: #8C8C8C. Windows color (decimal): -9399620 or 12358256. OLE color: 12358256.
HSL color Cylindrical-coordinate representation of color #7092BC: hue angle of 213.16º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7092BC is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 146 | 188 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.26 |
| HSL | 213.16º | 0.36% | 0.59% | - |
| HSV(B) | 213.16º | 0.4% | 0.74% | - |
| XYZ | 26.04 | 27.63 | 51.54 | - |
| YUV | 140.62 | 154.74 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 146 | 188 | 0.40 | 0.22 | 0 | 0.26 | 213.16 | 0.36 | 0.59 |
| Hex | 70 | 92 | BC | 28 | 16 | 0 | 1A | D5 | 24 | 3B |
| Octal | 160 | 222 | 274 | 50 | 26 | 0 | 32 | 325 | 44 | 73 |
| Binary | 1110000 | 10010010 | 10111100 | 101000 | 10110 | 0 | 11010 | 11010101 | 100100 | 111011 |
Color Harmonies of #7092BC
Complementary color
Monochromatic Colors of #7092BC
Black with #7092BC
Text Example
Text Example
White with #7092BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7092BC; }
p { color: rgb(112,146,188); }
H1.HeaderClassName
{
color: #7092BC;
}
.AnyTagClassName
{
color: #7092BC;
}
</style>
background-color css
<style>
a { background-color: #7092BC; }
a { background-color: rgb(112,146,188); }
div.DivClassName
{
background-color: #7092BC;
}
.BgClassName
{
background-color: #7092BC;
}
</style>
border-color css
<style>
span { border-color: #7092BC; }
span { border-color: rgb(112,146,188); }
td.TdClassName
{
border-color: #7092BC;
}
.TagClassName
{
border-color: #7092BC;
}
</style>