Shades of Wild Blue Yonder #7C90BA
Tints of Wild Blue Yonder #7C90BA
RGB
CMYK
RGB Variations
Color information
#7C90BA (or 0x7C90BA) is known color: Wild Blue Yonder. HEX triplet: 7C, 90 and BA. RGB value is (124,144,186). Sum of RGB (Red+Green+Blue) = 124+144+186=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C90BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C90BA is #836F45. Grayscale: #8E8E8E. Windows color (decimal): -8613702 or 12226684. OLE color: 12226684.
HSL color Cylindrical-coordinate representation of color #7C90BA: hue angle of 220.65º degrees, saturation: 0.31, 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 #7C90BA is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 144 | 186 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.27 |
| HSL | 220.65º | 0.31% | 0.61% | - |
| HSV(B) | 220.65º | 0.33% | 0.73% | - |
| XYZ | 27.15 | 27.78 | 50.38 | - |
| YUV | 142.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 186 | 0.33 | 0.23 | 0 | 0.27 | 220.65 | 0.31 | 0.61 |
| Hex | 7C | 90 | BA | 21 | 17 | 0 | 1B | DD | 1F | 3D |
| Octal | 174 | 220 | 272 | 41 | 27 | 0 | 33 | 335 | 37 | 75 |
| Binary | 1111100 | 10010000 | 10111010 | 100001 | 10111 | 0 | 11011 | 11011101 | 11111 | 111101 |
Color Harmonies of #7C90BA
Complementary color
Monochromatic Colors of #7C90BA
Black with #7C90BA
Text Example
Text Example
White with #7C90BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C90BA; }
p { color: rgb(124,144,186); }
H1.HeaderClassName
{
color: #7C90BA;
}
.AnyTagClassName
{
color: #7C90BA;
}
</style>
background-color css
<style>
a { background-color: #7C90BA; }
a { background-color: rgb(124,144,186); }
div.DivClassName
{
background-color: #7C90BA;
}
.BgClassName
{
background-color: #7C90BA;
}
</style>
border-color css
<style>
span { border-color: #7C90BA; }
span { border-color: rgb(124,144,186); }
td.TdClassName
{
border-color: #7C90BA;
}
.TagClassName
{
border-color: #7C90BA;
}
</style>