Shades of Wild Blue Yonder #7D90CA
Tints of Wild Blue Yonder #7D90CA
RGB
CMYK
RGB Variations
Color information
#7D90CA (or 0x7D90CA) is known color: Wild Blue Yonder. HEX triplet: 7D, 90 and CA. RGB value is (125,144,202). Sum of RGB (Red+Green+Blue) = 125+144+202=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D90CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D90CA is #826F35. Grayscale: #909090. Windows color (decimal): -8548150 or 13275261. OLE color: 13275261.
HSL color Cylindrical-coordinate representation of color #7D90CA: hue angle of 225.19º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D90CA is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 144 | 202 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.21 |
| HSL | 225.19º | 0.42% | 0.64% | - |
| HSV(B) | 225.19º | 0.38% | 0.79% | - |
| XYZ | 29.09 | 28.57 | 59.86 | - |
| YUV | 144.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 202 | 0.38 | 0.29 | 0 | 0.21 | 225.19 | 0.42 | 0.64 |
| Hex | 7D | 90 | CA | 26 | 1D | 0 | 15 | E1 | 2A | 40 |
| Octal | 175 | 220 | 312 | 46 | 35 | 0 | 25 | 341 | 52 | 100 |
| Binary | 1111101 | 10010000 | 11001010 | 100110 | 11101 | 0 | 10101 | 11100001 | 101010 | 1000000 |
Color Harmonies of #7D90CA
Complementary color
Monochromatic Colors of #7D90CA
Black with #7D90CA
Text Example
Text Example
White with #7D90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D90CA; }
p { color: rgb(125,144,202); }
H1.HeaderClassName
{
color: #7D90CA;
}
.AnyTagClassName
{
color: #7D90CA;
}
</style>
background-color css
<style>
a { background-color: #7D90CA; }
a { background-color: rgb(125,144,202); }
div.DivClassName
{
background-color: #7D90CA;
}
.BgClassName
{
background-color: #7D90CA;
}
</style>
border-color css
<style>
span { border-color: #7D90CA; }
span { border-color: rgb(125,144,202); }
td.TdClassName
{
border-color: #7D90CA;
}
.TagClassName
{
border-color: #7D90CA;
}
</style>