Shades of Wild Blue Yonder #7087CF
Tints of Wild Blue Yonder #7087CF
RGB
CMYK
RGB Variations
Color information
#7087CF (or 0x7087CF) is known color: Wild Blue Yonder. HEX triplet: 70, 87 and CF. RGB value is (112,135,207). Sum of RGB (Red+Green+Blue) = 112+135+207=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #7087CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087CF is #8F7830. Grayscale: #888888. Windows color (decimal): -9402417 or 13600624. OLE color: 13600624.
HSL color Cylindrical-coordinate representation of color #7087CF: hue angle of 225.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7087CF is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 135 | 207 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.19 |
| HSL | 225.47º | 0.5% | 0.63% | - |
| HSV(B) | 225.47º | 0.46% | 0.81% | - |
| XYZ | 26.61 | 25.28 | 62.51 | - |
| YUV | 136.33 | 167.88 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 207 | 0.46 | 0.35 | 0 | 0.19 | 225.47 | 0.5 | 0.63 |
| Hex | 70 | 87 | CF | 2E | 23 | 0 | 13 | E1 | 32 | 3F |
| Octal | 160 | 207 | 317 | 56 | 43 | 0 | 23 | 341 | 62 | 77 |
| Binary | 1110000 | 10000111 | 11001111 | 101110 | 100011 | 0 | 10011 | 11100001 | 110010 | 111111 |
Color Harmonies of #7087CF
Complementary color
Monochromatic Colors of #7087CF
Black with #7087CF
Text Example
Text Example
White with #7087CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7087CF; }
p { color: rgb(112,135,207); }
H1.HeaderClassName
{
color: #7087CF;
}
.AnyTagClassName
{
color: #7087CF;
}
</style>
background-color css
<style>
a { background-color: #7087CF; }
a { background-color: rgb(112,135,207); }
div.DivClassName
{
background-color: #7087CF;
}
.BgClassName
{
background-color: #7087CF;
}
</style>
border-color css
<style>
span { border-color: #7087CF; }
span { border-color: rgb(112,135,207); }
td.TdClassName
{
border-color: #7087CF;
}
.TagClassName
{
border-color: #7087CF;
}
</style>