Shades of Wild Blue Yonder #7791CE
Tints of Wild Blue Yonder #7791CE
RGB
CMYK
RGB Variations
Color information
#7791CE (or 0x7791CE) is known color: Wild Blue Yonder. HEX triplet: 77, 91 and CE. RGB value is (119,145,206). Sum of RGB (Red+Green+Blue) = 119+145+206=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #7791CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7791CE is #886E31. Grayscale: #8F8F8F. Windows color (decimal): -8941106 or 13537655. OLE color: 13537655.
HSL color Cylindrical-coordinate representation of color #7791CE: hue angle of 222.07º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7791CE is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 145 | 206 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.19 |
| HSL | 222.07º | 0.47% | 0.64% | - |
| HSV(B) | 222.07º | 0.42% | 0.81% | - |
| XYZ | 28.87 | 28.63 | 62.4 | - |
| YUV | 144.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 206 | 0.42 | 0.30 | 0 | 0.19 | 222.07 | 0.47 | 0.64 |
| Hex | 77 | 91 | CE | 2A | 1E | 0 | 13 | DE | 2F | 40 |
| Octal | 167 | 221 | 316 | 52 | 36 | 0 | 23 | 336 | 57 | 100 |
| Binary | 1110111 | 10010001 | 11001110 | 101010 | 11110 | 0 | 10011 | 11011110 | 101111 | 1000000 |
Color Harmonies of #7791CE
Complementary color
Monochromatic Colors of #7791CE
Black with #7791CE
Text Example
Text Example
White with #7791CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7791CE; }
p { color: rgb(119,145,206); }
H1.HeaderClassName
{
color: #7791CE;
}
.AnyTagClassName
{
color: #7791CE;
}
</style>
background-color css
<style>
a { background-color: #7791CE; }
a { background-color: rgb(119,145,206); }
div.DivClassName
{
background-color: #7791CE;
}
.BgClassName
{
background-color: #7791CE;
}
</style>
border-color css
<style>
span { border-color: #7791CE; }
span { border-color: rgb(119,145,206); }
td.TdClassName
{
border-color: #7791CE;
}
.TagClassName
{
border-color: #7791CE;
}
</style>