Shades of Wild Blue Yonder #777BB6
Tints of Wild Blue Yonder #777BB6
RGB
CMYK
RGB Variations
Color information
#777BB6 (or 0x777BB6) is known color: Wild Blue Yonder. HEX triplet: 77, 7B and B6. RGB value is (119,123,182). Sum of RGB (Red+Green+Blue) = 119+123+182=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 182 - color contains mainly: blue. Hex color #777BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BB6 is #888449. Grayscale: #808080. Windows color (decimal): -8946762 or 11959159. OLE color: 11959159.
HSL color Cylindrical-coordinate representation of color #777BB6: hue angle of 236.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #777BB6 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 123 | 182 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.29 |
| HSL | 236.19º | 0.3% | 0.59% | - |
| HSV(B) | 236.19º | 0.35% | 0.71% | - |
| XYZ | 23.13 | 21.47 | 47.18 | - |
| YUV | 128.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 182 | 0.35 | 0.32 | 0 | 0.29 | 236.19 | 0.3 | 0.59 |
| Hex | 77 | 7B | B6 | 23 | 20 | 0 | 1D | EC | 1E | 3B |
| Octal | 167 | 173 | 266 | 43 | 40 | 0 | 35 | 354 | 36 | 73 |
| Binary | 1110111 | 1111011 | 10110110 | 100011 | 100000 | 0 | 11101 | 11101100 | 11110 | 111011 |
Color Harmonies of #777BB6
Complementary color
Monochromatic Colors of #777BB6
Black with #777BB6
Text Example
Text Example
White with #777BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BB6; }
p { color: rgb(119,123,182); }
H1.HeaderClassName
{
color: #777BB6;
}
.AnyTagClassName
{
color: #777BB6;
}
</style>
background-color css
<style>
a { background-color: #777BB6; }
a { background-color: rgb(119,123,182); }
div.DivClassName
{
background-color: #777BB6;
}
.BgClassName
{
background-color: #777BB6;
}
</style>
border-color css
<style>
span { border-color: #777BB6; }
span { border-color: rgb(119,123,182); }
td.TdClassName
{
border-color: #777BB6;
}
.TagClassName
{
border-color: #777BB6;
}
</style>