Shades of Wild Blue Yonder #7791CA
Tints of Wild Blue Yonder #7791CA
RGB
CMYK
RGB Variations
Color information
#7791CA (or 0x7791CA) is known color: Wild Blue Yonder. HEX triplet: 77, 91 and CA. RGB value is (119,145,202). Sum of RGB (Red+Green+Blue) = 119+145+202=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #7791CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7791CA is #886E35. Grayscale: #8F8F8F. Windows color (decimal): -8941110 or 13275511. OLE color: 13275511.
HSL color Cylindrical-coordinate representation of color #7791CA: hue angle of 221.2º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7791CA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 145 | 202 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.21 |
| HSL | 221.2º | 0.44% | 0.63% | - |
| HSV(B) | 221.2º | 0.41% | 0.79% | - |
| XYZ | 28.39 | 28.44 | 59.87 | - |
| YUV | 143.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 202 | 0.41 | 0.28 | 0 | 0.21 | 221.2 | 0.44 | 0.63 |
| Hex | 77 | 91 | CA | 29 | 1C | 0 | 15 | DD | 2C | 3F |
| Octal | 167 | 221 | 312 | 51 | 34 | 0 | 25 | 335 | 54 | 77 |
| Binary | 1110111 | 10010001 | 11001010 | 101001 | 11100 | 0 | 10101 | 11011101 | 101100 | 111111 |
Color Harmonies of #7791CA
Complementary color
Monochromatic Colors of #7791CA
Black with #7791CA
Text Example
Text Example
White with #7791CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7791CA; }
p { color: rgb(119,145,202); }
H1.HeaderClassName
{
color: #7791CA;
}
.AnyTagClassName
{
color: #7791CA;
}
</style>
background-color css
<style>
a { background-color: #7791CA; }
a { background-color: rgb(119,145,202); }
div.DivClassName
{
background-color: #7791CA;
}
.BgClassName
{
background-color: #7791CA;
}
</style>
border-color css
<style>
span { border-color: #7791CA; }
span { border-color: rgb(119,145,202); }
td.TdClassName
{
border-color: #7791CA;
}
.TagClassName
{
border-color: #7791CA;
}
</style>