Shades of Wild Blue Yonder #777FAF
Tints of Wild Blue Yonder #777FAF
RGB
CMYK
RGB Variations
Color information
#777FAF (or 0x777FAF) is known color: Wild Blue Yonder. HEX triplet: 77, 7F and AF. RGB value is (119,127,175). Sum of RGB (Red+Green+Blue) = 119+127+175=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #777FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777FAF is #888050. Grayscale: #818181. Windows color (decimal): -8945745 or 11501431. OLE color: 11501431.
HSL color Cylindrical-coordinate representation of color #777FAF: hue angle of 231.43º 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 #777FAF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 127 | 175 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.31 |
| HSL | 231.43º | 0.26% | 0.58% | - |
| HSV(B) | 231.43º | 0.32% | 0.69% | - |
| XYZ | 22.93 | 22.2 | 43.63 | - |
| YUV | 130.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 175 | 0.32 | 0.27 | 0 | 0.31 | 231.43 | 0.26 | 0.58 |
| Hex | 77 | 7F | AF | 20 | 1B | 0 | 1F | E7 | 1A | 3A |
| Octal | 167 | 177 | 257 | 40 | 33 | 0 | 37 | 347 | 32 | 72 |
| Binary | 1110111 | 1111111 | 10101111 | 100000 | 11011 | 0 | 11111 | 11100111 | 11010 | 111010 |
Color Harmonies of #777FAF
Complementary color
Monochromatic Colors of #777FAF
Black with #777FAF
Text Example
Text Example
White with #777FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777FAF; }
p { color: rgb(119,127,175); }
H1.HeaderClassName
{
color: #777FAF;
}
.AnyTagClassName
{
color: #777FAF;
}
</style>
background-color css
<style>
a { background-color: #777FAF; }
a { background-color: rgb(119,127,175); }
div.DivClassName
{
background-color: #777FAF;
}
.BgClassName
{
background-color: #777FAF;
}
</style>
border-color css
<style>
span { border-color: #777FAF; }
span { border-color: rgb(119,127,175); }
td.TdClassName
{
border-color: #777FAF;
}
.TagClassName
{
border-color: #777FAF;
}
</style>