Shades of Wild Blue Yonder #7491CE
Tints of Wild Blue Yonder #7491CE
RGB
CMYK
RGB Variations
Color information
#7491CE (or 0x7491CE) is known color: Wild Blue Yonder. HEX triplet: 74, 91 and CE. RGB value is (116,145,206). Sum of RGB (Red+Green+Blue) = 116+145+206=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #7491CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491CE is #8B6E31. Grayscale: #8F8F8F. Windows color (decimal): -9137714 or 13537652. OLE color: 13537652.
HSL color Cylindrical-coordinate representation of color #7491CE: hue angle of 220.67º degrees, saturation: 0.48, 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 #7491CE is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 145 | 206 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.19 |
| HSL | 220.67º | 0.48% | 0.63% | - |
| HSV(B) | 220.67º | 0.44% | 0.81% | - |
| XYZ | 28.47 | 28.42 | 62.38 | - |
| YUV | 143.28 | 163.39 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 206 | 0.44 | 0.30 | 0 | 0.19 | 220.67 | 0.48 | 0.63 |
| Hex | 74 | 91 | CE | 2C | 1E | 0 | 13 | DD | 30 | 3F |
| Octal | 164 | 221 | 316 | 54 | 36 | 0 | 23 | 335 | 60 | 77 |
| Binary | 1110100 | 10010001 | 11001110 | 101100 | 11110 | 0 | 10011 | 11011101 | 110000 | 111111 |
Color Harmonies of #7491CE
Complementary color
Monochromatic Colors of #7491CE
Black with #7491CE
Text Example
Text Example
White with #7491CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7491CE; }
p { color: rgb(116,145,206); }
H1.HeaderClassName
{
color: #7491CE;
}
.AnyTagClassName
{
color: #7491CE;
}
</style>
background-color css
<style>
a { background-color: #7491CE; }
a { background-color: rgb(116,145,206); }
div.DivClassName
{
background-color: #7491CE;
}
.BgClassName
{
background-color: #7491CE;
}
</style>
border-color css
<style>
span { border-color: #7491CE; }
span { border-color: rgb(116,145,206); }
td.TdClassName
{
border-color: #7491CE;
}
.TagClassName
{
border-color: #7491CE;
}
</style>