Shades of Wild Blue Yonder #7780BD
Tints of Wild Blue Yonder #7780BD
RGB
CMYK
RGB Variations
Color information
#7780BD (or 0x7780BD) is known color: Wild Blue Yonder. HEX triplet: 77, 80 and BD. RGB value is (119,128,189). Sum of RGB (Red+Green+Blue) = 119+128+189=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #7780BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7780BD is #887F42. Grayscale: #848484. Windows color (decimal): -8945475 or 12419191. OLE color: 12419191.
HSL color Cylindrical-coordinate representation of color #7780BD: hue angle of 232.29º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7780BD is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 128 | 189 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.26 |
| HSL | 232.29º | 0.35% | 0.6% | - |
| HSV(B) | 232.29º | 0.37% | 0.74% | - |
| XYZ | 24.51 | 23.03 | 51.3 | - |
| YUV | 132.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 189 | 0.37 | 0.32 | 0 | 0.26 | 232.29 | 0.35 | 0.6 |
| Hex | 77 | 80 | BD | 25 | 20 | 0 | 1A | E8 | 23 | 3C |
| Octal | 167 | 200 | 275 | 45 | 40 | 0 | 32 | 350 | 43 | 74 |
| Binary | 1110111 | 10000000 | 10111101 | 100101 | 100000 | 0 | 11010 | 11101000 | 100011 | 111100 |
Color Harmonies of #7780BD
Complementary color
Monochromatic Colors of #7780BD
Black with #7780BD
Text Example
Text Example
White with #7780BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7780BD; }
p { color: rgb(119,128,189); }
H1.HeaderClassName
{
color: #7780BD;
}
.AnyTagClassName
{
color: #7780BD;
}
</style>
background-color css
<style>
a { background-color: #7780BD; }
a { background-color: rgb(119,128,189); }
div.DivClassName
{
background-color: #7780BD;
}
.BgClassName
{
background-color: #7780BD;
}
</style>
border-color css
<style>
span { border-color: #7780BD; }
span { border-color: rgb(119,128,189); }
td.TdClassName
{
border-color: #7780BD;
}
.TagClassName
{
border-color: #7780BD;
}
</style>