Shades of Wild Blue Yonder #777BBA
Tints of Wild Blue Yonder #777BBA
RGB
CMYK
RGB Variations
Color information
#777BBA (or 0x777BBA) is known color: Wild Blue Yonder. HEX triplet: 77, 7B and BA. RGB value is (119,123,186). Sum of RGB (Red+Green+Blue) = 119+123+186=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #777BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BBA is #888445. Grayscale: #808080. Windows color (decimal): -8946758 or 12221303. OLE color: 12221303.
HSL color Cylindrical-coordinate representation of color #777BBA: hue angle of 236.42º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #777BBA is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 123 | 186 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.27 |
| HSL | 236.42º | 0.33% | 0.6% | - |
| HSV(B) | 236.42º | 0.36% | 0.73% | - |
| XYZ | 23.55 | 21.63 | 49.39 | - |
| YUV | 128.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 186 | 0.36 | 0.34 | 0 | 0.27 | 236.42 | 0.33 | 0.6 |
| Hex | 77 | 7B | BA | 24 | 22 | 0 | 1B | EC | 21 | 3C |
| Octal | 167 | 173 | 272 | 44 | 42 | 0 | 33 | 354 | 41 | 74 |
| Binary | 1110111 | 1111011 | 10111010 | 100100 | 100010 | 0 | 11011 | 11101100 | 100001 | 111100 |
Color Harmonies of #777BBA
Complementary color
Monochromatic Colors of #777BBA
Black with #777BBA
Text Example
Text Example
White with #777BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BBA; }
p { color: rgb(119,123,186); }
H1.HeaderClassName
{
color: #777BBA;
}
.AnyTagClassName
{
color: #777BBA;
}
</style>
background-color css
<style>
a { background-color: #777BBA; }
a { background-color: rgb(119,123,186); }
div.DivClassName
{
background-color: #777BBA;
}
.BgClassName
{
background-color: #777BBA;
}
</style>
border-color css
<style>
span { border-color: #777BBA; }
span { border-color: rgb(119,123,186); }
td.TdClassName
{
border-color: #777BBA;
}
.TagClassName
{
border-color: #777BBA;
}
</style>