Shades of Wild Blue Yonder #777DB0
Tints of Wild Blue Yonder #777DB0
RGB
CMYK
RGB Variations
Color information
#777DB0 (or 0x777DB0) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and B0. RGB value is (119,125,176). Sum of RGB (Red+Green+Blue) = 119+125+176=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 176 - color contains mainly: blue. Hex color #777DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DB0 is #88824F. Grayscale: #808080. Windows color (decimal): -8946256 or 11566455. OLE color: 11566455.
HSL color Cylindrical-coordinate representation of color #777DB0: hue angle of 233.68º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777DB0 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 125 | 176 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.31 |
| HSL | 233.68º | 0.27% | 0.58% | - |
| HSV(B) | 233.68º | 0.32% | 0.69% | - |
| XYZ | 22.78 | 21.72 | 44.07 | - |
| YUV | 129.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 176 | 0.32 | 0.29 | 0 | 0.31 | 233.68 | 0.27 | 0.58 |
| Hex | 77 | 7D | B0 | 20 | 1D | 0 | 1F | EA | 1B | 3A |
| Octal | 167 | 175 | 260 | 40 | 35 | 0 | 37 | 352 | 33 | 72 |
| Binary | 1110111 | 1111101 | 10110000 | 100000 | 11101 | 0 | 11111 | 11101010 | 11011 | 111010 |
Color Harmonies of #777DB0
Complementary color
Monochromatic Colors of #777DB0
Black with #777DB0
Text Example
Text Example
White with #777DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DB0; }
p { color: rgb(119,125,176); }
H1.HeaderClassName
{
color: #777DB0;
}
.AnyTagClassName
{
color: #777DB0;
}
</style>
background-color css
<style>
a { background-color: #777DB0; }
a { background-color: rgb(119,125,176); }
div.DivClassName
{
background-color: #777DB0;
}
.BgClassName
{
background-color: #777DB0;
}
</style>
border-color css
<style>
span { border-color: #777DB0; }
span { border-color: rgb(119,125,176); }
td.TdClassName
{
border-color: #777DB0;
}
.TagClassName
{
border-color: #777DB0;
}
</style>