Shades of Wild Blue Yonder #7089CC
Tints of Wild Blue Yonder #7089CC
RGB
CMYK
RGB Variations
Color information
#7089CC (or 0x7089CC) is known color: Wild Blue Yonder. HEX triplet: 70, 89 and CC. RGB value is (112,137,204). Sum of RGB (Red+Green+Blue) = 112+137+204=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #7089CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7089CC is #8F7633. Grayscale: #888888. Windows color (decimal): -9401908 or 13404528. OLE color: 13404528.
HSL color Cylindrical-coordinate representation of color #7089CC: hue angle of 223.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7089CC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 137 | 204 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.2 |
| HSL | 223.7º | 0.47% | 0.62% | - |
| HSV(B) | 223.7º | 0.45% | 0.8% | - |
| XYZ | 26.53 | 25.7 | 60.69 | - |
| YUV | 137.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 204 | 0.45 | 0.33 | 0 | 0.2 | 223.7 | 0.47 | 0.62 |
| Hex | 70 | 89 | CC | 2D | 21 | 0 | 14 | E0 | 2F | 3E |
| Octal | 160 | 211 | 314 | 55 | 41 | 0 | 24 | 340 | 57 | 76 |
| Binary | 1110000 | 10001001 | 11001100 | 101101 | 100001 | 0 | 10100 | 11100000 | 101111 | 111110 |
Color Harmonies of #7089CC
Complementary color
Monochromatic Colors of #7089CC
Black with #7089CC
Text Example
Text Example
White with #7089CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7089CC; }
p { color: rgb(112,137,204); }
H1.HeaderClassName
{
color: #7089CC;
}
.AnyTagClassName
{
color: #7089CC;
}
</style>
background-color css
<style>
a { background-color: #7089CC; }
a { background-color: rgb(112,137,204); }
div.DivClassName
{
background-color: #7089CC;
}
.BgClassName
{
background-color: #7089CC;
}
</style>
border-color css
<style>
span { border-color: #7089CC; }
span { border-color: rgb(112,137,204); }
td.TdClassName
{
border-color: #7089CC;
}
.TagClassName
{
border-color: #7089CC;
}
</style>