Shades of Wild Blue Yonder #7F7FAE
Tints of Wild Blue Yonder #7F7FAE
RGB
CMYK
RGB Variations
Color information
#7F7FAE (or 0x7F7FAE) is known color: Wild Blue Yonder. HEX triplet: 7F, 7F and AE. RGB value is (127,127,174). Sum of RGB (Red+Green+Blue) = 127+127+174=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F7FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7FAE is #808051. Grayscale: #848484. Windows color (decimal): -8421458 or 11435903. OLE color: 11435903.
HSL color Cylindrical-coordinate representation of color #7F7FAE: hue angle of 240º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F7FAE is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 127 | 174 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.32 |
| HSL | 240º | 0.22% | 0.59% | - |
| HSV(B) | 240º | 0.27% | 0.68% | - |
| XYZ | 23.98 | 22.75 | 43.17 | - |
| YUV | 132.36 | 151.5 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 127 | 174 | 0.27 | 0.27 | 0 | 0.32 | 240 | 0.22 | 0.59 |
| Hex | 7F | 7F | AE | 1B | 1B | 0 | 20 | F0 | 16 | 3B |
| Octal | 177 | 177 | 256 | 33 | 33 | 0 | 40 | 360 | 26 | 73 |
| Binary | 1111111 | 1111111 | 10101110 | 11011 | 11011 | 0 | 100000 | 11110000 | 10110 | 111011 |
Color Harmonies of #7F7FAE
Complementary color
Monochromatic Colors of #7F7FAE
Black with #7F7FAE
Text Example
Text Example
White with #7F7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7FAE; }
p { color: rgb(127,127,174); }
H1.HeaderClassName
{
color: #7F7FAE;
}
.AnyTagClassName
{
color: #7F7FAE;
}
</style>
background-color css
<style>
a { background-color: #7F7FAE; }
a { background-color: rgb(127,127,174); }
div.DivClassName
{
background-color: #7F7FAE;
}
.BgClassName
{
background-color: #7F7FAE;
}
</style>
border-color css
<style>
span { border-color: #7F7FAE; }
span { border-color: rgb(127,127,174); }
td.TdClassName
{
border-color: #7F7FAE;
}
.TagClassName
{
border-color: #7F7FAE;
}
</style>