Shades of Wild Blue Yonder #777FC2
Tints of Wild Blue Yonder #777FC2
RGB
CMYK
RGB Variations
Color information
#777FC2 (or 0x777FC2) is known color: Wild Blue Yonder. HEX triplet: 77, 7F and C2. RGB value is (119,127,194). Sum of RGB (Red+Green+Blue) = 119+127+194=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #777FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FC2 is #88803D. Grayscale: #838383. Windows color (decimal): -8945726 or 12746615. OLE color: 12746615.
HSL color Cylindrical-coordinate representation of color #777FC2: hue angle of 233.6º 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 #777FC2 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 127 | 194 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.24 |
| HSL | 233.6º | 0.38% | 0.61% | - |
| HSV(B) | 233.6º | 0.39% | 0.76% | - |
| XYZ | 24.93 | 23 | 54.16 | - |
| YUV | 132.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 194 | 0.39 | 0.35 | 0 | 0.24 | 233.6 | 0.38 | 0.61 |
| Hex | 77 | 7F | C2 | 27 | 23 | 0 | 18 | EA | 26 | 3D |
| Octal | 167 | 177 | 302 | 47 | 43 | 0 | 30 | 352 | 46 | 75 |
| Binary | 1110111 | 1111111 | 11000010 | 100111 | 100011 | 0 | 11000 | 11101010 | 100110 | 111101 |
Color Harmonies of #777FC2
Complementary color
Monochromatic Colors of #777FC2
Black with #777FC2
Text Example
Text Example
White with #777FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777FC2; }
p { color: rgb(119,127,194); }
H1.HeaderClassName
{
color: #777FC2;
}
.AnyTagClassName
{
color: #777FC2;
}
</style>
background-color css
<style>
a { background-color: #777FC2; }
a { background-color: rgb(119,127,194); }
div.DivClassName
{
background-color: #777FC2;
}
.BgClassName
{
background-color: #777FC2;
}
</style>
border-color css
<style>
span { border-color: #777FC2; }
span { border-color: rgb(119,127,194); }
td.TdClassName
{
border-color: #777FC2;
}
.TagClassName
{
border-color: #777FC2;
}
</style>