Shades of Wild Blue Yonder #7A93CA
Tints of Wild Blue Yonder #7A93CA
RGB
CMYK
RGB Variations
Color information
#7A93CA (or 0x7A93CA) is known color: Wild Blue Yonder. HEX triplet: 7A, 93 and CA. RGB value is (122,147,202). Sum of RGB (Red+Green+Blue) = 122+147+202=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 147 (57.81% from 255 or 31.21% 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 #7A93CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A93CA is #856C35. Grayscale: #919191. Windows color (decimal): -8743990 or 13276026. OLE color: 13276026.
HSL color Cylindrical-coordinate representation of color #7A93CA: hue angle of 221.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A93CA is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 147 | 202 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.21 |
| HSL | 221.25º | 0.43% | 0.64% | - |
| HSV(B) | 221.25º | 0.4% | 0.79% | - |
| XYZ | 29.12 | 29.27 | 59.99 | - |
| YUV | 145.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 202 | 0.40 | 0.27 | 0 | 0.21 | 221.25 | 0.43 | 0.64 |
| Hex | 7A | 93 | CA | 28 | 1B | 0 | 15 | DD | 2B | 40 |
| Octal | 172 | 223 | 312 | 50 | 33 | 0 | 25 | 335 | 53 | 100 |
| Binary | 1111010 | 10010011 | 11001010 | 101000 | 11011 | 0 | 10101 | 11011101 | 101011 | 1000000 |
Color Harmonies of #7A93CA
Complementary color
Monochromatic Colors of #7A93CA
Black with #7A93CA
Text Example
Text Example
White with #7A93CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A93CA; }
p { color: rgb(122,147,202); }
H1.HeaderClassName
{
color: #7A93CA;
}
.AnyTagClassName
{
color: #7A93CA;
}
</style>
background-color css
<style>
a { background-color: #7A93CA; }
a { background-color: rgb(122,147,202); }
div.DivClassName
{
background-color: #7A93CA;
}
.BgClassName
{
background-color: #7A93CA;
}
</style>
border-color css
<style>
span { border-color: #7A93CA; }
span { border-color: rgb(122,147,202); }
td.TdClassName
{
border-color: #7A93CA;
}
.TagClassName
{
border-color: #7A93CA;
}
</style>