Shades of Wild Blue Yonder #7784B9
Tints of Wild Blue Yonder #7784B9
RGB
CMYK
RGB Variations
Color information
#7784B9 (or 0x7784B9) is known color: Wild Blue Yonder. HEX triplet: 77, 84 and B9. RGB value is (119,132,185). Sum of RGB (Red+Green+Blue) = 119+132+185=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #7784B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7784B9 is #887B46. Grayscale: #858585. Windows color (decimal): -8944455 or 12158071. OLE color: 12158071.
HSL color Cylindrical-coordinate representation of color #7784B9: hue angle of 228.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7784B9 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 132 | 185 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.27 |
| HSL | 228.18º | 0.32% | 0.6% | - |
| HSV(B) | 228.18º | 0.36% | 0.73% | - |
| XYZ | 24.62 | 23.93 | 49.22 | - |
| YUV | 134.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 185 | 0.36 | 0.29 | 0 | 0.27 | 228.18 | 0.32 | 0.6 |
| Hex | 77 | 84 | B9 | 24 | 1D | 0 | 1B | E4 | 20 | 3C |
| Octal | 167 | 204 | 271 | 44 | 35 | 0 | 33 | 344 | 40 | 74 |
| Binary | 1110111 | 10000100 | 10111001 | 100100 | 11101 | 0 | 11011 | 11100100 | 100000 | 111100 |
Color Harmonies of #7784B9
Complementary color
Monochromatic Colors of #7784B9
Black with #7784B9
Text Example
Text Example
White with #7784B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7784B9; }
p { color: rgb(119,132,185); }
H1.HeaderClassName
{
color: #7784B9;
}
.AnyTagClassName
{
color: #7784B9;
}
</style>
background-color css
<style>
a { background-color: #7784B9; }
a { background-color: rgb(119,132,185); }
div.DivClassName
{
background-color: #7784B9;
}
.BgClassName
{
background-color: #7784B9;
}
</style>
border-color css
<style>
span { border-color: #7784B9; }
span { border-color: rgb(119,132,185); }
td.TdClassName
{
border-color: #7784B9;
}
.TagClassName
{
border-color: #7784B9;
}
</style>