Shades of Wild Blue Yonder #777CC1
Tints of Wild Blue Yonder #777CC1
RGB
CMYK
RGB Variations
Color information
#777CC1 (or 0x777CC1) is known color: Wild Blue Yonder. HEX triplet: 77, 7C and C1. RGB value is (119,124,193). Sum of RGB (Red+Green+Blue) = 119+124+193=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #777CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CC1 is #88833E. Grayscale: #828282. Windows color (decimal): -8946495 or 12680311. OLE color: 12680311.
HSL color Cylindrical-coordinate representation of color #777CC1: hue angle of 235.95º 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 #777CC1 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 124 | 193 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.24 |
| HSL | 235.95º | 0.37% | 0.61% | - |
| HSV(B) | 235.95º | 0.38% | 0.76% | - |
| XYZ | 24.44 | 22.19 | 53.45 | - |
| YUV | 130.37 | 163.34 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 193 | 0.38 | 0.36 | 0 | 0.24 | 235.95 | 0.37 | 0.61 |
| Hex | 77 | 7C | C1 | 26 | 24 | 0 | 18 | EC | 25 | 3D |
| Octal | 167 | 174 | 301 | 46 | 44 | 0 | 30 | 354 | 45 | 75 |
| Binary | 1110111 | 1111100 | 11000001 | 100110 | 100100 | 0 | 11000 | 11101100 | 100101 | 111101 |
Color Harmonies of #777CC1
Complementary color
Monochromatic Colors of #777CC1
Black with #777CC1
Text Example
Text Example
White with #777CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777CC1; }
p { color: rgb(119,124,193); }
H1.HeaderClassName
{
color: #777CC1;
}
.AnyTagClassName
{
color: #777CC1;
}
</style>
background-color css
<style>
a { background-color: #777CC1; }
a { background-color: rgb(119,124,193); }
div.DivClassName
{
background-color: #777CC1;
}
.BgClassName
{
background-color: #777CC1;
}
</style>
border-color css
<style>
span { border-color: #777CC1; }
span { border-color: rgb(119,124,193); }
td.TdClassName
{
border-color: #777CC1;
}
.TagClassName
{
border-color: #777CC1;
}
</style>