Shades of Wild Blue Yonder #7087BD
Tints of Wild Blue Yonder #7087BD
RGB
CMYK
RGB Variations
Color information
#7087BD (or 0x7087BD) is known color: Wild Blue Yonder. HEX triplet: 70, 87 and BD. RGB value is (112,135,189). Sum of RGB (Red+Green+Blue) = 112+135+189=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #7087BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087BD is #8F7842. Grayscale: #868686. Windows color (decimal): -9402435 or 12420976. OLE color: 12420976.
HSL color Cylindrical-coordinate representation of color #7087BD: hue angle of 222.08º 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 #7087BD is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 135 | 189 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.26 |
| HSL | 222.08º | 0.37% | 0.59% | - |
| HSV(B) | 222.08º | 0.41% | 0.74% | - |
| XYZ | 24.53 | 24.45 | 51.57 | - |
| YUV | 134.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 189 | 0.41 | 0.29 | 0 | 0.26 | 222.08 | 0.37 | 0.59 |
| Hex | 70 | 87 | BD | 29 | 1D | 0 | 1A | DE | 25 | 3B |
| Octal | 160 | 207 | 275 | 51 | 35 | 0 | 32 | 336 | 45 | 73 |
| Binary | 1110000 | 10000111 | 10111101 | 101001 | 11101 | 0 | 11010 | 11011110 | 100101 | 111011 |
Color Harmonies of #7087BD
Complementary color
Monochromatic Colors of #7087BD
Black with #7087BD
Text Example
Text Example
White with #7087BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7087BD; }
p { color: rgb(112,135,189); }
H1.HeaderClassName
{
color: #7087BD;
}
.AnyTagClassName
{
color: #7087BD;
}
</style>
background-color css
<style>
a { background-color: #7087BD; }
a { background-color: rgb(112,135,189); }
div.DivClassName
{
background-color: #7087BD;
}
.BgClassName
{
background-color: #7087BD;
}
</style>
border-color css
<style>
span { border-color: #7087BD; }
span { border-color: rgb(112,135,189); }
td.TdClassName
{
border-color: #7087BD;
}
.TagClassName
{
border-color: #7087BD;
}
</style>