Shades of Wild Blue Yonder #7790CF
Tints of Wild Blue Yonder #7790CF
RGB
CMYK
RGB Variations
Color information
#7790CF (or 0x7790CF) is known color: Wild Blue Yonder. HEX triplet: 77, 90 and CF. RGB value is (119,144,207). Sum of RGB (Red+Green+Blue) = 119+144+207=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #7790CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7790CF is #886F30. Grayscale: #8F8F8F. Windows color (decimal): -8941361 or 13602935. OLE color: 13602935.
HSL color Cylindrical-coordinate representation of color #7790CF: hue angle of 222.95º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7790CF is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 144 | 207 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.19 |
| HSL | 222.95º | 0.48% | 0.64% | - |
| HSV(B) | 222.95º | 0.43% | 0.81% | - |
| XYZ | 28.84 | 28.37 | 62.99 | - |
| YUV | 143.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 207 | 0.43 | 0.30 | 0 | 0.19 | 222.95 | 0.48 | 0.64 |
| Hex | 77 | 90 | CF | 2B | 1E | 0 | 13 | DF | 30 | 40 |
| Octal | 167 | 220 | 317 | 53 | 36 | 0 | 23 | 337 | 60 | 100 |
| Binary | 1110111 | 10010000 | 11001111 | 101011 | 11110 | 0 | 10011 | 11011111 | 110000 | 1000000 |
Color Harmonies of #7790CF
Complementary color
Monochromatic Colors of #7790CF
Black with #7790CF
Text Example
Text Example
White with #7790CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7790CF; }
p { color: rgb(119,144,207); }
H1.HeaderClassName
{
color: #7790CF;
}
.AnyTagClassName
{
color: #7790CF;
}
</style>
background-color css
<style>
a { background-color: #7790CF; }
a { background-color: rgb(119,144,207); }
div.DivClassName
{
background-color: #7790CF;
}
.BgClassName
{
background-color: #7790CF;
}
</style>
border-color css
<style>
span { border-color: #7790CF; }
span { border-color: rgb(119,144,207); }
td.TdClassName
{
border-color: #7790CF;
}
.TagClassName
{
border-color: #7790CF;
}
</style>