Shades of Wild Blue Yonder #7087CE
Tints of Wild Blue Yonder #7087CE
RGB
CMYK
RGB Variations
Color information
#7087CE (or 0x7087CE) is known color: Wild Blue Yonder. HEX triplet: 70, 87 and CE. RGB value is (112,135,206). Sum of RGB (Red+Green+Blue) = 112+135+206=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #7087CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087CE is #8F7831. Grayscale: #878787. Windows color (decimal): -9402418 or 13535088. OLE color: 13535088.
HSL color Cylindrical-coordinate representation of color #7087CE: hue angle of 225.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7087CE is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 135 | 206 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.19 |
| HSL | 225.32º | 0.49% | 0.62% | - |
| HSV(B) | 225.32º | 0.46% | 0.81% | - |
| XYZ | 26.49 | 25.23 | 61.87 | - |
| YUV | 136.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 206 | 0.46 | 0.34 | 0 | 0.19 | 225.32 | 0.49 | 0.62 |
| Hex | 70 | 87 | CE | 2E | 22 | 0 | 13 | E1 | 31 | 3E |
| Octal | 160 | 207 | 316 | 56 | 42 | 0 | 23 | 341 | 61 | 76 |
| Binary | 1110000 | 10000111 | 11001110 | 101110 | 100010 | 0 | 10011 | 11100001 | 110001 | 111110 |
Color Harmonies of #7087CE
Complementary color
Monochromatic Colors of #7087CE
Black with #7087CE
Text Example
Text Example
White with #7087CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7087CE; }
p { color: rgb(112,135,206); }
H1.HeaderClassName
{
color: #7087CE;
}
.AnyTagClassName
{
color: #7087CE;
}
</style>
background-color css
<style>
a { background-color: #7087CE; }
a { background-color: rgb(112,135,206); }
div.DivClassName
{
background-color: #7087CE;
}
.BgClassName
{
background-color: #7087CE;
}
</style>
border-color css
<style>
span { border-color: #7087CE; }
span { border-color: rgb(112,135,206); }
td.TdClassName
{
border-color: #7087CE;
}
.TagClassName
{
border-color: #7087CE;
}
</style>