Shades of Wild Blue Yonder #7087C1
Tints of Wild Blue Yonder #7087C1
RGB
CMYK
RGB Variations
Color information
#7087C1 (or 0x7087C1) is known color: Wild Blue Yonder. HEX triplet: 70, 87 and C1. RGB value is (112,135,193). Sum of RGB (Red+Green+Blue) = 112+135+193=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #7087C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087C1 is #8F783E. Grayscale: #868686. Windows color (decimal): -9402431 or 12683120. OLE color: 12683120.
HSL color Cylindrical-coordinate representation of color #7087C1: hue angle of 222.96º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7087C1 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 135 | 193 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.24 |
| HSL | 222.96º | 0.4% | 0.6% | - |
| HSV(B) | 222.96º | 0.42% | 0.76% | - |
| XYZ | 24.97 | 24.62 | 53.89 | - |
| YUV | 134.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 193 | 0.42 | 0.30 | 0 | 0.24 | 222.96 | 0.4 | 0.6 |
| Hex | 70 | 87 | C1 | 2A | 1E | 0 | 18 | DF | 28 | 3C |
| Octal | 160 | 207 | 301 | 52 | 36 | 0 | 30 | 337 | 50 | 74 |
| Binary | 1110000 | 10000111 | 11000001 | 101010 | 11110 | 0 | 11000 | 11011111 | 101000 | 111100 |
Color Harmonies of #7087C1
Complementary color
Monochromatic Colors of #7087C1
Black with #7087C1
Text Example
Text Example
White with #7087C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7087C1; }
p { color: rgb(112,135,193); }
H1.HeaderClassName
{
color: #7087C1;
}
.AnyTagClassName
{
color: #7087C1;
}
</style>
background-color css
<style>
a { background-color: #7087C1; }
a { background-color: rgb(112,135,193); }
div.DivClassName
{
background-color: #7087C1;
}
.BgClassName
{
background-color: #7087C1;
}
</style>
border-color css
<style>
span { border-color: #7087C1; }
span { border-color: rgb(112,135,193); }
td.TdClassName
{
border-color: #7087C1;
}
.TagClassName
{
border-color: #7087C1;
}
</style>