Shades of Wild Blue Yonder #7790CC
Tints of Wild Blue Yonder #7790CC
RGB
CMYK
RGB Variations
Color information
#7790CC (or 0x7790CC) is known color: Wild Blue Yonder. HEX triplet: 77, 90 and CC. RGB value is (119,144,204). Sum of RGB (Red+Green+Blue) = 119+144+204=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #7790CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7790CC is #886F33. Grayscale: #8F8F8F. Windows color (decimal): -8941364 or 13406327. OLE color: 13406327.
HSL color Cylindrical-coordinate representation of color #7790CC: hue angle of 222.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7790CC is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 144 | 204 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.2 |
| HSL | 222.35º | 0.45% | 0.63% | - |
| HSV(B) | 222.35º | 0.42% | 0.8% | - |
| XYZ | 28.48 | 28.23 | 61.07 | - |
| YUV | 143.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 204 | 0.42 | 0.29 | 0 | 0.2 | 222.35 | 0.45 | 0.63 |
| Hex | 77 | 90 | CC | 2A | 1D | 0 | 14 | DE | 2D | 3F |
| Octal | 167 | 220 | 314 | 52 | 35 | 0 | 24 | 336 | 55 | 77 |
| Binary | 1110111 | 10010000 | 11001100 | 101010 | 11101 | 0 | 10100 | 11011110 | 101101 | 111111 |
Color Harmonies of #7790CC
Complementary color
Monochromatic Colors of #7790CC
Black with #7790CC
Text Example
Text Example
White with #7790CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7790CC; }
p { color: rgb(119,144,204); }
H1.HeaderClassName
{
color: #7790CC;
}
.AnyTagClassName
{
color: #7790CC;
}
</style>
background-color css
<style>
a { background-color: #7790CC; }
a { background-color: rgb(119,144,204); }
div.DivClassName
{
background-color: #7790CC;
}
.BgClassName
{
background-color: #7790CC;
}
</style>
border-color css
<style>
span { border-color: #7790CC; }
span { border-color: rgb(119,144,204); }
td.TdClassName
{
border-color: #7790CC;
}
.TagClassName
{
border-color: #7790CC;
}
</style>