Shades of Wild Blue Yonder #7C92B9
Tints of Wild Blue Yonder #7C92B9
RGB
CMYK
RGB Variations
Color information
#7C92B9 (or 0x7C92B9) is known color: Wild Blue Yonder. HEX triplet: 7C, 92 and B9. RGB value is (124,146,185). Sum of RGB (Red+Green+Blue) = 124+146+185=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #7C92B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C92B9 is #836D46. Grayscale: #8F8F8F. Windows color (decimal): -8613191 or 12161660. OLE color: 12161660.
HSL color Cylindrical-coordinate representation of color #7C92B9: hue angle of 218.36º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C92B9 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 146 | 185 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.27 |
| HSL | 218.36º | 0.3% | 0.61% | - |
| HSV(B) | 218.36º | 0.33% | 0.73% | - |
| XYZ | 27.35 | 28.35 | 49.93 | - |
| YUV | 143.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 185 | 0.33 | 0.21 | 0 | 0.27 | 218.36 | 0.3 | 0.61 |
| Hex | 7C | 92 | B9 | 21 | 15 | 0 | 1B | DA | 1E | 3D |
| Octal | 174 | 222 | 271 | 41 | 25 | 0 | 33 | 332 | 36 | 75 |
| Binary | 1111100 | 10010010 | 10111001 | 100001 | 10101 | 0 | 11011 | 11011010 | 11110 | 111101 |
Color Harmonies of #7C92B9
Complementary color
Monochromatic Colors of #7C92B9
Black with #7C92B9
Text Example
Text Example
White with #7C92B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C92B9; }
p { color: rgb(124,146,185); }
H1.HeaderClassName
{
color: #7C92B9;
}
.AnyTagClassName
{
color: #7C92B9;
}
</style>
background-color css
<style>
a { background-color: #7C92B9; }
a { background-color: rgb(124,146,185); }
div.DivClassName
{
background-color: #7C92B9;
}
.BgClassName
{
background-color: #7C92B9;
}
</style>
border-color css
<style>
span { border-color: #7C92B9; }
span { border-color: rgb(124,146,185); }
td.TdClassName
{
border-color: #7C92B9;
}
.TagClassName
{
border-color: #7C92B9;
}
</style>