Shades of Wild Blue Yonder #778CBE
Tints of Wild Blue Yonder #778CBE
RGB
CMYK
RGB Variations
Color information
#778CBE (or 0x778CBE) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and BE. RGB value is (119,140,190). Sum of RGB (Red+Green+Blue) = 119+140+190=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #778CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CBE is #887341. Grayscale: #8B8B8B. Windows color (decimal): -8942402 or 12487799. OLE color: 12487799.
HSL color Cylindrical-coordinate representation of color #778CBE: hue angle of 222.25º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778CBE is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 140 | 190 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.25 |
| HSL | 222.25º | 0.35% | 0.61% | - |
| HSV(B) | 222.25º | 0.37% | 0.75% | - |
| XYZ | 26.28 | 26.4 | 52.42 | - |
| YUV | 139.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 190 | 0.37 | 0.26 | 0 | 0.25 | 222.25 | 0.35 | 0.61 |
| Hex | 77 | 8C | BE | 25 | 1A | 0 | 19 | DE | 23 | 3D |
| Octal | 167 | 214 | 276 | 45 | 32 | 0 | 31 | 336 | 43 | 75 |
| Binary | 1110111 | 10001100 | 10111110 | 100101 | 11010 | 0 | 11001 | 11011110 | 100011 | 111101 |
Color Harmonies of #778CBE
Complementary color
Monochromatic Colors of #778CBE
Black with #778CBE
Text Example
Text Example
White with #778CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CBE; }
p { color: rgb(119,140,190); }
H1.HeaderClassName
{
color: #778CBE;
}
.AnyTagClassName
{
color: #778CBE;
}
</style>
background-color css
<style>
a { background-color: #778CBE; }
a { background-color: rgb(119,140,190); }
div.DivClassName
{
background-color: #778CBE;
}
.BgClassName
{
background-color: #778CBE;
}
</style>
border-color css
<style>
span { border-color: #778CBE; }
span { border-color: rgb(119,140,190); }
td.TdClassName
{
border-color: #778CBE;
}
.TagClassName
{
border-color: #778CBE;
}
</style>