Shades of Wild Blue Yonder #7091BD
Tints of Wild Blue Yonder #7091BD
RGB
CMYK
RGB Variations
Color information
#7091BD (or 0x7091BD) is known color: Wild Blue Yonder. HEX triplet: 70, 91 and BD. RGB value is (112,145,189). Sum of RGB (Red+Green+Blue) = 112+145+189=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #7091BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7091BD is #8F6E42. Grayscale: #8B8B8B. Windows color (decimal): -9399875 or 12423536. OLE color: 12423536.
HSL color Cylindrical-coordinate representation of color #7091BD: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7091BD is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 145 | 189 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.26 |
| HSL | 214.29º | 0.37% | 0.59% | - |
| HSV(B) | 214.29º | 0.41% | 0.74% | - |
| XYZ | 25.99 | 27.37 | 52.06 | - |
| YUV | 140.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 189 | 0.41 | 0.23 | 0 | 0.26 | 214.29 | 0.37 | 0.59 |
| Hex | 70 | 91 | BD | 29 | 17 | 0 | 1A | D6 | 25 | 3B |
| Octal | 160 | 221 | 275 | 51 | 27 | 0 | 32 | 326 | 45 | 73 |
| Binary | 1110000 | 10010001 | 10111101 | 101001 | 10111 | 0 | 11010 | 11010110 | 100101 | 111011 |
Color Harmonies of #7091BD
Complementary color
Monochromatic Colors of #7091BD
Black with #7091BD
Text Example
Text Example
White with #7091BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7091BD; }
p { color: rgb(112,145,189); }
H1.HeaderClassName
{
color: #7091BD;
}
.AnyTagClassName
{
color: #7091BD;
}
</style>
background-color css
<style>
a { background-color: #7091BD; }
a { background-color: rgb(112,145,189); }
div.DivClassName
{
background-color: #7091BD;
}
.BgClassName
{
background-color: #7091BD;
}
</style>
border-color css
<style>
span { border-color: #7091BD; }
span { border-color: rgb(112,145,189); }
td.TdClassName
{
border-color: #7091BD;
}
.TagClassName
{
border-color: #7091BD;
}
</style>