Shades of Wild Blue Yonder #7492CF
Tints of Wild Blue Yonder #7492CF
RGB
CMYK
RGB Variations
Color information
#7492CF (or 0x7492CF) is known color: Wild Blue Yonder. HEX triplet: 74, 92 and CF. RGB value is (116,146,207). Sum of RGB (Red+Green+Blue) = 116+146+207=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #7492CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7492CF is #8B6D30. Grayscale: #8F8F8F. Windows color (decimal): -9137457 or 13603444. OLE color: 13603444.
HSL color Cylindrical-coordinate representation of color #7492CF: hue angle of 220.22º 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 #7492CF is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 146 | 207 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.19 |
| HSL | 220.22º | 0.49% | 0.63% | - |
| HSV(B) | 220.22º | 0.44% | 0.81% | - |
| XYZ | 28.74 | 28.78 | 63.07 | - |
| YUV | 143.98 | 163.56 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 207 | 0.44 | 0.29 | 0 | 0.19 | 220.22 | 0.49 | 0.63 |
| Hex | 74 | 92 | CF | 2C | 1D | 0 | 13 | DC | 31 | 3F |
| Octal | 164 | 222 | 317 | 54 | 35 | 0 | 23 | 334 | 61 | 77 |
| Binary | 1110100 | 10010010 | 11001111 | 101100 | 11101 | 0 | 10011 | 11011100 | 110001 | 111111 |
Color Harmonies of #7492CF
Complementary color
Monochromatic Colors of #7492CF
Black with #7492CF
Text Example
Text Example
White with #7492CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7492CF; }
p { color: rgb(116,146,207); }
H1.HeaderClassName
{
color: #7492CF;
}
.AnyTagClassName
{
color: #7492CF;
}
</style>
background-color css
<style>
a { background-color: #7492CF; }
a { background-color: rgb(116,146,207); }
div.DivClassName
{
background-color: #7492CF;
}
.BgClassName
{
background-color: #7492CF;
}
</style>
border-color css
<style>
span { border-color: #7492CF; }
span { border-color: rgb(116,146,207); }
td.TdClassName
{
border-color: #7492CF;
}
.TagClassName
{
border-color: #7492CF;
}
</style>