Shades of Wild Blue Yonder #7491C9
Tints of Wild Blue Yonder #7491C9
RGB
CMYK
RGB Variations
Color information
#7491C9 (or 0x7491C9) is known color: Wild Blue Yonder. HEX triplet: 74, 91 and C9. RGB value is (116,145,201). Sum of RGB (Red+Green+Blue) = 116+145+201=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #7491C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491C9 is #8B6E36. Grayscale: #8E8E8E. Windows color (decimal): -9137719 or 13209972. OLE color: 13209972.
HSL color Cylindrical-coordinate representation of color #7491C9: hue angle of 219.53º 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 #7491C9 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 145 | 201 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.21 |
| HSL | 219.53º | 0.44% | 0.62% | - |
| HSV(B) | 219.53º | 0.42% | 0.79% | - |
| XYZ | 27.87 | 28.18 | 59.23 | - |
| YUV | 142.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 201 | 0.42 | 0.28 | 0 | 0.21 | 219.53 | 0.44 | 0.62 |
| Hex | 74 | 91 | C9 | 2A | 1C | 0 | 15 | DC | 2C | 3E |
| Octal | 164 | 221 | 311 | 52 | 34 | 0 | 25 | 334 | 54 | 76 |
| Binary | 1110100 | 10010001 | 11001001 | 101010 | 11100 | 0 | 10101 | 11011100 | 101100 | 111110 |
Color Harmonies of #7491C9
Complementary color
Monochromatic Colors of #7491C9
Black with #7491C9
Text Example
Text Example
White with #7491C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7491C9; }
p { color: rgb(116,145,201); }
H1.HeaderClassName
{
color: #7491C9;
}
.AnyTagClassName
{
color: #7491C9;
}
</style>
background-color css
<style>
a { background-color: #7491C9; }
a { background-color: rgb(116,145,201); }
div.DivClassName
{
background-color: #7491C9;
}
.BgClassName
{
background-color: #7491C9;
}
</style>
border-color css
<style>
span { border-color: #7491C9; }
span { border-color: rgb(116,145,201); }
td.TdClassName
{
border-color: #7491C9;
}
.TagClassName
{
border-color: #7491C9;
}
</style>