Shades of Wild Blue Yonder #778AC1
Tints of Wild Blue Yonder #778AC1
RGB
CMYK
RGB Variations
Color information
#778AC1 (or 0x778AC1) is known color: Wild Blue Yonder. HEX triplet: 77, 8A and C1. RGB value is (119,138,193). Sum of RGB (Red+Green+Blue) = 119+138+193=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #778AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AC1 is #88753E. Grayscale: #8A8A8A. Windows color (decimal): -8942911 or 12683895. OLE color: 12683895.
HSL color Cylindrical-coordinate representation of color #778AC1: hue angle of 224.59º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #778AC1 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 138 | 193 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.24 |
| HSL | 224.59º | 0.37% | 0.61% | - |
| HSV(B) | 224.59º | 0.38% | 0.76% | - |
| XYZ | 26.32 | 25.95 | 54.07 | - |
| YUV | 138.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 193 | 0.38 | 0.28 | 0 | 0.24 | 224.59 | 0.37 | 0.61 |
| Hex | 77 | 8A | C1 | 26 | 1C | 0 | 18 | E1 | 25 | 3D |
| Octal | 167 | 212 | 301 | 46 | 34 | 0 | 30 | 341 | 45 | 75 |
| Binary | 1110111 | 10001010 | 11000001 | 100110 | 11100 | 0 | 11000 | 11100001 | 100101 | 111101 |
Color Harmonies of #778AC1
Complementary color
Monochromatic Colors of #778AC1
Black with #778AC1
Text Example
Text Example
White with #778AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778AC1; }
p { color: rgb(119,138,193); }
H1.HeaderClassName
{
color: #778AC1;
}
.AnyTagClassName
{
color: #778AC1;
}
</style>
background-color css
<style>
a { background-color: #778AC1; }
a { background-color: rgb(119,138,193); }
div.DivClassName
{
background-color: #778AC1;
}
.BgClassName
{
background-color: #778AC1;
}
</style>
border-color css
<style>
span { border-color: #778AC1; }
span { border-color: rgb(119,138,193); }
td.TdClassName
{
border-color: #778AC1;
}
.TagClassName
{
border-color: #778AC1;
}
</style>