Shades of Wild Blue Yonder #777DBD
Tints of Wild Blue Yonder #777DBD
RGB
CMYK
RGB Variations
Color information
#777DBD (or 0x777DBD) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and BD. RGB value is (119,125,189). Sum of RGB (Red+Green+Blue) = 119+125+189=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #777DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DBD is #888242. Grayscale: #828282. Windows color (decimal): -8946243 or 12418423. OLE color: 12418423.
HSL color Cylindrical-coordinate representation of color #777DBD: hue angle of 234.86º 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 #777DBD is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 125 | 189 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.26 |
| HSL | 234.86º | 0.35% | 0.6% | - |
| HSV(B) | 234.86º | 0.37% | 0.74% | - |
| XYZ | 24.13 | 22.26 | 51.17 | - |
| YUV | 130.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 189 | 0.37 | 0.34 | 0 | 0.26 | 234.86 | 0.35 | 0.6 |
| Hex | 77 | 7D | BD | 25 | 22 | 0 | 1A | EB | 23 | 3C |
| Octal | 167 | 175 | 275 | 45 | 42 | 0 | 32 | 353 | 43 | 74 |
| Binary | 1110111 | 1111101 | 10111101 | 100101 | 100010 | 0 | 11010 | 11101011 | 100011 | 111100 |
Color Harmonies of #777DBD
Complementary color
Monochromatic Colors of #777DBD
Black with #777DBD
Text Example
Text Example
White with #777DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DBD; }
p { color: rgb(119,125,189); }
H1.HeaderClassName
{
color: #777DBD;
}
.AnyTagClassName
{
color: #777DBD;
}
</style>
background-color css
<style>
a { background-color: #777DBD; }
a { background-color: rgb(119,125,189); }
div.DivClassName
{
background-color: #777DBD;
}
.BgClassName
{
background-color: #777DBD;
}
</style>
border-color css
<style>
span { border-color: #777DBD; }
span { border-color: rgb(119,125,189); }
td.TdClassName
{
border-color: #777DBD;
}
.TagClassName
{
border-color: #777DBD;
}
</style>