Shades of Wild Blue Yonder #777DAF
Tints of Wild Blue Yonder #777DAF
RGB
CMYK
RGB Variations
Color information
#777DAF (or 0x777DAF) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and AF. RGB value is (119,125,175). Sum of RGB (Red+Green+Blue) = 119+125+175=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #777DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DAF is #888250. Grayscale: #808080. Windows color (decimal): -8946257 or 11500919. OLE color: 11500919.
HSL color Cylindrical-coordinate representation of color #777DAF: hue angle of 233.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777DAF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 125 | 175 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.31 |
| HSL | 233.57º | 0.26% | 0.58% | - |
| HSV(B) | 233.57º | 0.32% | 0.69% | - |
| XYZ | 22.68 | 21.68 | 43.55 | - |
| YUV | 128.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 175 | 0.32 | 0.29 | 0 | 0.31 | 233.57 | 0.26 | 0.58 |
| Hex | 77 | 7D | AF | 20 | 1D | 0 | 1F | EA | 1A | 3A |
| Octal | 167 | 175 | 257 | 40 | 35 | 0 | 37 | 352 | 32 | 72 |
| Binary | 1110111 | 1111101 | 10101111 | 100000 | 11101 | 0 | 11111 | 11101010 | 11010 | 111010 |
Color Harmonies of #777DAF
Complementary color
Monochromatic Colors of #777DAF
Black with #777DAF
Text Example
Text Example
White with #777DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777DAF; }
p { color: rgb(119,125,175); }
H1.HeaderClassName
{
color: #777DAF;
}
.AnyTagClassName
{
color: #777DAF;
}
</style>
background-color css
<style>
a { background-color: #777DAF; }
a { background-color: rgb(119,125,175); }
div.DivClassName
{
background-color: #777DAF;
}
.BgClassName
{
background-color: #777DAF;
}
</style>
border-color css
<style>
span { border-color: #777DAF; }
span { border-color: rgb(119,125,175); }
td.TdClassName
{
border-color: #777DAF;
}
.TagClassName
{
border-color: #777DAF;
}
</style>