Shades of Wild Blue Yonder #7E91CA
Tints of Wild Blue Yonder #7E91CA
RGB
CMYK
RGB Variations
Color information
#7E91CA (or 0x7E91CA) is known color: Wild Blue Yonder. HEX triplet: 7E, 91 and CA. RGB value is (126,145,202). Sum of RGB (Red+Green+Blue) = 126+145+202=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E91CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E91CA is #816E35. Grayscale: #919191. Windows color (decimal): -8482358 or 13275518. OLE color: 13275518.
HSL color Cylindrical-coordinate representation of color #7E91CA: hue angle of 225º 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 #7E91CA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 145 | 202 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.21 |
| HSL | 225º | 0.42% | 0.64% | - |
| HSV(B) | 225º | 0.38% | 0.79% | - |
| XYZ | 29.39 | 28.95 | 59.92 | - |
| YUV | 145.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 202 | 0.38 | 0.28 | 0 | 0.21 | 225 | 0.42 | 0.64 |
| Hex | 7E | 91 | CA | 26 | 1C | 0 | 15 | E1 | 2A | 40 |
| Octal | 176 | 221 | 312 | 46 | 34 | 0 | 25 | 341 | 52 | 100 |
| Binary | 1111110 | 10010001 | 11001010 | 100110 | 11100 | 0 | 10101 | 11100001 | 101010 | 1000000 |
Color Harmonies of #7E91CA
Complementary color
Monochromatic Colors of #7E91CA
Black with #7E91CA
Text Example
Text Example
White with #7E91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E91CA; }
p { color: rgb(126,145,202); }
H1.HeaderClassName
{
color: #7E91CA;
}
.AnyTagClassName
{
color: #7E91CA;
}
</style>
background-color css
<style>
a { background-color: #7E91CA; }
a { background-color: rgb(126,145,202); }
div.DivClassName
{
background-color: #7E91CA;
}
.BgClassName
{
background-color: #7E91CA;
}
</style>
border-color css
<style>
span { border-color: #7E91CA; }
span { border-color: rgb(126,145,202); }
td.TdClassName
{
border-color: #7E91CA;
}
.TagClassName
{
border-color: #7E91CA;
}
</style>