Shades of Wild Blue Yonder #7089D1
Tints of Wild Blue Yonder #7089D1
RGB
CMYK
RGB Variations
Color information
#7089D1 (or 0x7089D1) is known color: Wild Blue Yonder. HEX triplet: 70, 89 and D1. RGB value is (112,137,209). Sum of RGB (Red+Green+Blue) = 112+137+209=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #7089D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7089D1 is #8F762E. Grayscale: #898989. Windows color (decimal): -9401903 or 13732208. OLE color: 13732208.
HSL color Cylindrical-coordinate representation of color #7089D1: hue angle of 224.54º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7089D1 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 137 | 209 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.18 |
| HSL | 224.54º | 0.51% | 0.63% | - |
| HSV(B) | 224.54º | 0.46% | 0.82% | - |
| XYZ | 27.14 | 25.94 | 63.9 | - |
| YUV | 137.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 209 | 0.46 | 0.34 | 0 | 0.18 | 224.54 | 0.51 | 0.63 |
| Hex | 70 | 89 | D1 | 2E | 22 | 0 | 12 | E1 | 33 | 3F |
| Octal | 160 | 211 | 321 | 56 | 42 | 0 | 22 | 341 | 63 | 77 |
| Binary | 1110000 | 10001001 | 11010001 | 101110 | 100010 | 0 | 10010 | 11100001 | 110011 | 111111 |
Color Harmonies of #7089D1
Complementary color
Monochromatic Colors of #7089D1
Black with #7089D1
Text Example
Text Example
White with #7089D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7089D1; }
p { color: rgb(112,137,209); }
H1.HeaderClassName
{
color: #7089D1;
}
.AnyTagClassName
{
color: #7089D1;
}
</style>
background-color css
<style>
a { background-color: #7089D1; }
a { background-color: rgb(112,137,209); }
div.DivClassName
{
background-color: #7089D1;
}
.BgClassName
{
background-color: #7089D1;
}
</style>
border-color css
<style>
span { border-color: #7089D1; }
span { border-color: rgb(112,137,209); }
td.TdClassName
{
border-color: #7089D1;
}
.TagClassName
{
border-color: #7089D1;
}
</style>