Shades of Wild Blue Yonder #7494CE
Tints of Wild Blue Yonder #7494CE
RGB
CMYK
RGB Variations
Color information
#7494CE (or 0x7494CE) is known color: Wild Blue Yonder. HEX triplet: 74, 94 and CE. RGB value is (116,148,206). Sum of RGB (Red+Green+Blue) = 116+148+206=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #7494CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7494CE is #8B6B31. Grayscale: #909090. Windows color (decimal): -9136946 or 13538420. OLE color: 13538420.
HSL color Cylindrical-coordinate representation of color #7494CE: hue angle of 218.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 #7494CE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 148 | 206 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.19 |
| HSL | 218.67º | 0.48% | 0.63% | - |
| HSV(B) | 218.67º | 0.44% | 0.81% | - |
| XYZ | 28.93 | 29.35 | 62.53 | - |
| YUV | 145.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 206 | 0.44 | 0.28 | 0 | 0.19 | 218.67 | 0.48 | 0.63 |
| Hex | 74 | 94 | CE | 2C | 1C | 0 | 13 | DB | 30 | 3F |
| Octal | 164 | 224 | 316 | 54 | 34 | 0 | 23 | 333 | 60 | 77 |
| Binary | 1110100 | 10010100 | 11001110 | 101100 | 11100 | 0 | 10011 | 11011011 | 110000 | 111111 |
Color Harmonies of #7494CE
Complementary color
Monochromatic Colors of #7494CE
Black with #7494CE
Text Example
Text Example
White with #7494CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7494CE; }
p { color: rgb(116,148,206); }
H1.HeaderClassName
{
color: #7494CE;
}
.AnyTagClassName
{
color: #7494CE;
}
</style>
background-color css
<style>
a { background-color: #7494CE; }
a { background-color: rgb(116,148,206); }
div.DivClassName
{
background-color: #7494CE;
}
.BgClassName
{
background-color: #7494CE;
}
</style>
border-color css
<style>
span { border-color: #7494CE; }
span { border-color: rgb(116,148,206); }
td.TdClassName
{
border-color: #7494CE;
}
.TagClassName
{
border-color: #7494CE;
}
</style>