Shades of Wild Blue Yonder #778BB4
Tints of Wild Blue Yonder #778BB4
RGB
CMYK
RGB Variations
Color information
#778BB4 (or 0x778BB4) is known color: Wild Blue Yonder. HEX triplet: 77, 8B and B4. RGB value is (119,139,180). Sum of RGB (Red+Green+Blue) = 119+139+180=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #778BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BB4 is #88744B. Grayscale: #898989. Windows color (decimal): -8942668 or 11832183. OLE color: 11832183.
HSL color Cylindrical-coordinate representation of color #778BB4: hue angle of 220.33º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #778BB4 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 139 | 180 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.29 |
| HSL | 220.33º | 0.29% | 0.59% | - |
| HSV(B) | 220.33º | 0.34% | 0.71% | - |
| XYZ | 25.08 | 25.68 | 46.82 | - |
| YUV | 137.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 180 | 0.34 | 0.23 | 0 | 0.29 | 220.33 | 0.29 | 0.59 |
| Hex | 77 | 8B | B4 | 22 | 17 | 0 | 1D | DC | 1D | 3B |
| Octal | 167 | 213 | 264 | 42 | 27 | 0 | 35 | 334 | 35 | 73 |
| Binary | 1110111 | 10001011 | 10110100 | 100010 | 10111 | 0 | 11101 | 11011100 | 11101 | 111011 |
Color Harmonies of #778BB4
Complementary color
Monochromatic Colors of #778BB4
Black with #778BB4
Text Example
Text Example
White with #778BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BB4; }
p { color: rgb(119,139,180); }
H1.HeaderClassName
{
color: #778BB4;
}
.AnyTagClassName
{
color: #778BB4;
}
</style>
background-color css
<style>
a { background-color: #778BB4; }
a { background-color: rgb(119,139,180); }
div.DivClassName
{
background-color: #778BB4;
}
.BgClassName
{
background-color: #778BB4;
}
</style>
border-color css
<style>
span { border-color: #778BB4; }
span { border-color: rgb(119,139,180); }
td.TdClassName
{
border-color: #778BB4;
}
.TagClassName
{
border-color: #778BB4;
}
</style>