Shades of Wild Blue Yonder #7490CF
Tints of Wild Blue Yonder #7490CF
RGB
CMYK
RGB Variations
Color information
#7490CF (or 0x7490CF) is known color: Wild Blue Yonder. HEX triplet: 74, 90 and CF. RGB value is (116,144,207). Sum of RGB (Red+Green+Blue) = 116+144+207=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #7490CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490CF is #8B6F30. Grayscale: #8E8E8E. Windows color (decimal): -9137969 or 13602932. OLE color: 13602932.
HSL color Cylindrical-coordinate representation of color #7490CF: hue angle of 221.54º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7490CF is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 144 | 207 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.19 |
| HSL | 221.54º | 0.49% | 0.63% | - |
| HSV(B) | 221.54º | 0.44% | 0.81% | - |
| XYZ | 28.44 | 28.16 | 62.97 | - |
| YUV | 142.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 207 | 0.44 | 0.30 | 0 | 0.19 | 221.54 | 0.49 | 0.63 |
| Hex | 74 | 90 | CF | 2C | 1E | 0 | 13 | DE | 31 | 3F |
| Octal | 164 | 220 | 317 | 54 | 36 | 0 | 23 | 336 | 61 | 77 |
| Binary | 1110100 | 10010000 | 11001111 | 101100 | 11110 | 0 | 10011 | 11011110 | 110001 | 111111 |
Color Harmonies of #7490CF
Complementary color
Monochromatic Colors of #7490CF
Black with #7490CF
Text Example
Text Example
White with #7490CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7490CF; }
p { color: rgb(116,144,207); }
H1.HeaderClassName
{
color: #7490CF;
}
.AnyTagClassName
{
color: #7490CF;
}
</style>
background-color css
<style>
a { background-color: #7490CF; }
a { background-color: rgb(116,144,207); }
div.DivClassName
{
background-color: #7490CF;
}
.BgClassName
{
background-color: #7490CF;
}
</style>
border-color css
<style>
span { border-color: #7490CF; }
span { border-color: rgb(116,144,207); }
td.TdClassName
{
border-color: #7490CF;
}
.TagClassName
{
border-color: #7490CF;
}
</style>