Shades of Wild Blue Yonder #777DBF
Tints of Wild Blue Yonder #777DBF
RGB
CMYK
RGB Variations
Color information
#777DBF (or 0x777DBF) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and BF. RGB value is (119,125,191). Sum of RGB (Red+Green+Blue) = 119+125+191=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #777DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DBF is #888240. Grayscale: #828282. Windows color (decimal): -8946241 or 12549495. OLE color: 12549495.
HSL color Cylindrical-coordinate representation of color #777DBF: hue angle of 235º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777DBF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 125 | 191 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.25 |
| HSL | 235º | 0.36% | 0.61% | - |
| HSV(B) | 235º | 0.38% | 0.75% | - |
| XYZ | 24.35 | 22.35 | 52.32 | - |
| YUV | 130.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 191 | 0.38 | 0.35 | 0 | 0.25 | 235 | 0.36 | 0.61 |
| Hex | 77 | 7D | BF | 26 | 23 | 0 | 19 | EB | 24 | 3D |
| Octal | 167 | 175 | 277 | 46 | 43 | 0 | 31 | 353 | 44 | 75 |
| Binary | 1110111 | 1111101 | 10111111 | 100110 | 100011 | 0 | 11001 | 11101011 | 100100 | 111101 |
Color Harmonies of #777DBF
Complementary color
Monochromatic Colors of #777DBF
Black with #777DBF
Text Example
Text Example
White with #777DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DBF; }
p { color: rgb(119,125,191); }
H1.HeaderClassName
{
color: #777DBF;
}
.AnyTagClassName
{
color: #777DBF;
}
</style>
background-color css
<style>
a { background-color: #777DBF; }
a { background-color: rgb(119,125,191); }
div.DivClassName
{
background-color: #777DBF;
}
.BgClassName
{
background-color: #777DBF;
}
</style>
border-color css
<style>
span { border-color: #777DBF; }
span { border-color: rgb(119,125,191); }
td.TdClassName
{
border-color: #777DBF;
}
.TagClassName
{
border-color: #777DBF;
}
</style>