Shades of Wild Blue Yonder #7489C9
Tints of Wild Blue Yonder #7489C9
RGB
CMYK
RGB Variations
Color information
#7489C9 (or 0x7489C9) is known color: Wild Blue Yonder. HEX triplet: 74, 89 and C9. RGB value is (116,137,201). Sum of RGB (Red+Green+Blue) = 116+137+201=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #7489C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7489C9 is #8B7636. Grayscale: #898989. Windows color (decimal): -9139767 or 13207924. OLE color: 13207924.
HSL color Cylindrical-coordinate representation of color #7489C9: hue angle of 225.18º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7489C9 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 137 | 201 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.21 |
| HSL | 225.18º | 0.44% | 0.62% | - |
| HSV(B) | 225.18º | 0.42% | 0.79% | - |
| XYZ | 26.69 | 25.82 | 58.84 | - |
| YUV | 138.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 201 | 0.42 | 0.32 | 0 | 0.21 | 225.18 | 0.44 | 0.62 |
| Hex | 74 | 89 | C9 | 2A | 20 | 0 | 15 | E1 | 2C | 3E |
| Octal | 164 | 211 | 311 | 52 | 40 | 0 | 25 | 341 | 54 | 76 |
| Binary | 1110100 | 10001001 | 11001001 | 101010 | 100000 | 0 | 10101 | 11100001 | 101100 | 111110 |
Color Harmonies of #7489C9
Complementary color
Monochromatic Colors of #7489C9
Black with #7489C9
Text Example
Text Example
White with #7489C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7489C9; }
p { color: rgb(116,137,201); }
H1.HeaderClassName
{
color: #7489C9;
}
.AnyTagClassName
{
color: #7489C9;
}
</style>
background-color css
<style>
a { background-color: #7489C9; }
a { background-color: rgb(116,137,201); }
div.DivClassName
{
background-color: #7489C9;
}
.BgClassName
{
background-color: #7489C9;
}
</style>
border-color css
<style>
span { border-color: #7489C9; }
span { border-color: rgb(116,137,201); }
td.TdClassName
{
border-color: #7489C9;
}
.TagClassName
{
border-color: #7489C9;
}
</style>