Shades of Wild Blue Yonder #778CC2
Tints of Wild Blue Yonder #778CC2
RGB
CMYK
RGB Variations
Color information
#778CC2 (or 0x778CC2) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and C2. RGB value is (119,140,194). Sum of RGB (Red+Green+Blue) = 119+140+194=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #778CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CC2 is #88733D. Grayscale: #8B8B8B. Windows color (decimal): -8942398 or 12749943. OLE color: 12749943.
HSL color Cylindrical-coordinate representation of color #778CC2: hue angle of 223.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778CC2 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 140 | 194 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.24 |
| HSL | 223.2º | 0.38% | 0.61% | - |
| HSV(B) | 223.2º | 0.39% | 0.76% | - |
| XYZ | 26.72 | 26.57 | 54.76 | - |
| YUV | 139.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 194 | 0.39 | 0.28 | 0 | 0.24 | 223.2 | 0.38 | 0.61 |
| Hex | 77 | 8C | C2 | 27 | 1C | 0 | 18 | DF | 26 | 3D |
| Octal | 167 | 214 | 302 | 47 | 34 | 0 | 30 | 337 | 46 | 75 |
| Binary | 1110111 | 10001100 | 11000010 | 100111 | 11100 | 0 | 11000 | 11011111 | 100110 | 111101 |
Color Harmonies of #778CC2
Complementary color
Monochromatic Colors of #778CC2
Black with #778CC2
Text Example
Text Example
White with #778CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CC2; }
p { color: rgb(119,140,194); }
H1.HeaderClassName
{
color: #778CC2;
}
.AnyTagClassName
{
color: #778CC2;
}
</style>
background-color css
<style>
a { background-color: #778CC2; }
a { background-color: rgb(119,140,194); }
div.DivClassName
{
background-color: #778CC2;
}
.BgClassName
{
background-color: #778CC2;
}
</style>
border-color css
<style>
span { border-color: #778CC2; }
span { border-color: rgb(119,140,194); }
td.TdClassName
{
border-color: #778CC2;
}
.TagClassName
{
border-color: #778CC2;
}
</style>