Shades of Wild Blue Yonder #7490C7
Tints of Wild Blue Yonder #7490C7
RGB
CMYK
RGB Variations
Color information
#7490C7 (or 0x7490C7) is known color: Wild Blue Yonder. HEX triplet: 74, 90 and C7. RGB value is (116,144,199). Sum of RGB (Red+Green+Blue) = 116+144+199=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 199 - color contains mainly: blue. Hex color #7490C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490C7 is #8B6F38. Grayscale: #8D8D8D. Windows color (decimal): -9137977 or 13078644. OLE color: 13078644.
HSL color Cylindrical-coordinate representation of color #7490C7: hue angle of 219.76º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7490C7 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 144 | 199 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.22 |
| HSL | 219.76º | 0.43% | 0.62% | - |
| HSV(B) | 219.76º | 0.42% | 0.78% | - |
| XYZ | 27.48 | 27.78 | 57.95 | - |
| YUV | 141.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 199 | 0.42 | 0.28 | 0 | 0.22 | 219.76 | 0.43 | 0.62 |
| Hex | 74 | 90 | C7 | 2A | 1C | 0 | 16 | DC | 2B | 3E |
| Octal | 164 | 220 | 307 | 52 | 34 | 0 | 26 | 334 | 53 | 76 |
| Binary | 1110100 | 10010000 | 11000111 | 101010 | 11100 | 0 | 10110 | 11011100 | 101011 | 111110 |
Color Harmonies of #7490C7
Complementary color
Monochromatic Colors of #7490C7
Black with #7490C7
Text Example
Text Example
White with #7490C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7490C7; }
p { color: rgb(116,144,199); }
H1.HeaderClassName
{
color: #7490C7;
}
.AnyTagClassName
{
color: #7490C7;
}
</style>
background-color css
<style>
a { background-color: #7490C7; }
a { background-color: rgb(116,144,199); }
div.DivClassName
{
background-color: #7490C7;
}
.BgClassName
{
background-color: #7490C7;
}
</style>
border-color css
<style>
span { border-color: #7490C7; }
span { border-color: rgb(116,144,199); }
td.TdClassName
{
border-color: #7490C7;
}
.TagClassName
{
border-color: #7490C7;
}
</style>