Shades of Wild Blue Yonder #777DB4
Tints of Wild Blue Yonder #777DB4
RGB
CMYK
RGB Variations
Color information
#777DB4 (or 0x777DB4) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and B4. RGB value is (119,125,180). Sum of RGB (Red+Green+Blue) = 119+125+180=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #777DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DB4 is #88824B. Grayscale: #818181. Windows color (decimal): -8946252 or 11828599. OLE color: 11828599.
HSL color Cylindrical-coordinate representation of color #777DB4: hue angle of 234.1º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #777DB4 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 125 | 180 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.29 |
| HSL | 234.1º | 0.29% | 0.59% | - |
| HSV(B) | 234.1º | 0.34% | 0.71% | - |
| XYZ | 23.18 | 21.88 | 46.18 | - |
| YUV | 129.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 180 | 0.34 | 0.31 | 0 | 0.29 | 234.1 | 0.29 | 0.59 |
| Hex | 77 | 7D | B4 | 22 | 1F | 0 | 1D | EA | 1D | 3B |
| Octal | 167 | 175 | 264 | 42 | 37 | 0 | 35 | 352 | 35 | 73 |
| Binary | 1110111 | 1111101 | 10110100 | 100010 | 11111 | 0 | 11101 | 11101010 | 11101 | 111011 |
Color Harmonies of #777DB4
Complementary color
Monochromatic Colors of #777DB4
Black with #777DB4
Text Example
Text Example
White with #777DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DB4; }
p { color: rgb(119,125,180); }
H1.HeaderClassName
{
color: #777DB4;
}
.AnyTagClassName
{
color: #777DB4;
}
</style>
background-color css
<style>
a { background-color: #777DB4; }
a { background-color: rgb(119,125,180); }
div.DivClassName
{
background-color: #777DB4;
}
.BgClassName
{
background-color: #777DB4;
}
</style>
border-color css
<style>
span { border-color: #777DB4; }
span { border-color: rgb(119,125,180); }
td.TdClassName
{
border-color: #777DB4;
}
.TagClassName
{
border-color: #777DB4;
}
</style>