Shades of Wild Blue Yonder #7782BE
Tints of Wild Blue Yonder #7782BE
RGB
CMYK
RGB Variations
Color information
#7782BE (or 0x7782BE) is known color: Wild Blue Yonder. HEX triplet: 77, 82 and BE. RGB value is (119,130,190). Sum of RGB (Red+Green+Blue) = 119+130+190=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #7782BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7782BE is #887D41. Grayscale: #858585. Windows color (decimal): -8944962 or 12485239. OLE color: 12485239.
HSL color Cylindrical-coordinate representation of color #7782BE: hue angle of 230.7º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7782BE is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 130 | 190 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.25 |
| HSL | 230.7º | 0.35% | 0.61% | - |
| HSV(B) | 230.7º | 0.37% | 0.75% | - |
| XYZ | 24.88 | 23.6 | 51.96 | - |
| YUV | 133.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 190 | 0.37 | 0.32 | 0 | 0.25 | 230.7 | 0.35 | 0.61 |
| Hex | 77 | 82 | BE | 25 | 20 | 0 | 19 | E7 | 23 | 3D |
| Octal | 167 | 202 | 276 | 45 | 40 | 0 | 31 | 347 | 43 | 75 |
| Binary | 1110111 | 10000010 | 10111110 | 100101 | 100000 | 0 | 11001 | 11100111 | 100011 | 111101 |
Color Harmonies of #7782BE
Complementary color
Monochromatic Colors of #7782BE
Black with #7782BE
Text Example
Text Example
White with #7782BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7782BE; }
p { color: rgb(119,130,190); }
H1.HeaderClassName
{
color: #7782BE;
}
.AnyTagClassName
{
color: #7782BE;
}
</style>
background-color css
<style>
a { background-color: #7782BE; }
a { background-color: rgb(119,130,190); }
div.DivClassName
{
background-color: #7782BE;
}
.BgClassName
{
background-color: #7782BE;
}
</style>
border-color css
<style>
span { border-color: #7782BE; }
span { border-color: rgb(119,130,190); }
td.TdClassName
{
border-color: #7782BE;
}
.TagClassName
{
border-color: #7782BE;
}
</style>