Shades of Wild Blue Yonder #777DB2
Tints of Wild Blue Yonder #777DB2
RGB
CMYK
RGB Variations
Color information
#777DB2 (or 0x777DB2) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and B2. RGB value is (119,125,178). Sum of RGB (Red+Green+Blue) = 119+125+178=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 178 - color contains mainly: blue. Hex color #777DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DB2 is #88824D. Grayscale: #818181. Windows color (decimal): -8946254 or 11697527. OLE color: 11697527.
HSL color Cylindrical-coordinate representation of color #777DB2: hue angle of 233.9º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #777DB2 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 125 | 178 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.30 |
| HSL | 233.9º | 0.28% | 0.58% | - |
| HSV(B) | 233.9º | 0.33% | 0.7% | - |
| XYZ | 22.98 | 21.8 | 45.12 | - |
| YUV | 129.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 178 | 0.33 | 0.30 | 0 | 0.30 | 233.9 | 0.28 | 0.58 |
| Hex | 77 | 7D | B2 | 21 | 1E | 0 | 1E | EA | 1C | 3A |
| Octal | 167 | 175 | 262 | 41 | 36 | 0 | 36 | 352 | 34 | 72 |
| Binary | 1110111 | 1111101 | 10110010 | 100001 | 11110 | 0 | 11110 | 11101010 | 11100 | 111010 |
Color Harmonies of #777DB2
Complementary color
Monochromatic Colors of #777DB2
Black with #777DB2
Text Example
Text Example
White with #777DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DB2; }
p { color: rgb(119,125,178); }
H1.HeaderClassName
{
color: #777DB2;
}
.AnyTagClassName
{
color: #777DB2;
}
</style>
background-color css
<style>
a { background-color: #777DB2; }
a { background-color: rgb(119,125,178); }
div.DivClassName
{
background-color: #777DB2;
}
.BgClassName
{
background-color: #777DB2;
}
</style>
border-color css
<style>
span { border-color: #777DB2; }
span { border-color: rgb(119,125,178); }
td.TdClassName
{
border-color: #777DB2;
}
.TagClassName
{
border-color: #777DB2;
}
</style>