Shades of Wild Blue Yonder #777DB3
Tints of Wild Blue Yonder #777DB3
RGB
CMYK
RGB Variations
Color information
#777DB3 (or 0x777DB3) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and B3. RGB value is (119,125,179). Sum of RGB (Red+Green+Blue) = 119+125+179=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #777DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DB3 is #88824C. Grayscale: #818181. Windows color (decimal): -8946253 or 11763063. OLE color: 11763063.
HSL color Cylindrical-coordinate representation of color #777DB3: hue angle of 234º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #777DB3 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 125 | 179 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.30 |
| HSL | 234º | 0.28% | 0.58% | - |
| HSV(B) | 234º | 0.34% | 0.7% | - |
| XYZ | 23.08 | 21.84 | 45.65 | - |
| YUV | 129.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 179 | 0.34 | 0.30 | 0 | 0.30 | 234 | 0.28 | 0.58 |
| Hex | 77 | 7D | B3 | 22 | 1E | 0 | 1E | EA | 1C | 3A |
| Octal | 167 | 175 | 263 | 42 | 36 | 0 | 36 | 352 | 34 | 72 |
| Binary | 1110111 | 1111101 | 10110011 | 100010 | 11110 | 0 | 11110 | 11101010 | 11100 | 111010 |
Color Harmonies of #777DB3
Complementary color
Monochromatic Colors of #777DB3
Black with #777DB3
Text Example
Text Example
White with #777DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DB3; }
p { color: rgb(119,125,179); }
H1.HeaderClassName
{
color: #777DB3;
}
.AnyTagClassName
{
color: #777DB3;
}
</style>
background-color css
<style>
a { background-color: #777DB3; }
a { background-color: rgb(119,125,179); }
div.DivClassName
{
background-color: #777DB3;
}
.BgClassName
{
background-color: #777DB3;
}
</style>
border-color css
<style>
span { border-color: #777DB3; }
span { border-color: rgb(119,125,179); }
td.TdClassName
{
border-color: #777DB3;
}
.TagClassName
{
border-color: #777DB3;
}
</style>