Shades of Wild Blue Yonder #7F94C0
Tints of Wild Blue Yonder #7F94C0
RGB
CMYK
RGB Variations
Color information
#7F94C0 (or 0x7F94C0) is known color: Wild Blue Yonder. HEX triplet: 7F, 94 and C0. RGB value is (127,148,192). Sum of RGB (Red+Green+Blue) = 127+148+192=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #7F94C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F94C0 is #806B3F. Grayscale: #929292. Windows color (decimal): -8416064 or 12620927. OLE color: 12620927.
HSL color Cylindrical-coordinate representation of color #7F94C0: hue angle of 220.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F94C0 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 148 | 192 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.25 |
| HSL | 220.62º | 0.34% | 0.63% | - |
| HSV(B) | 220.62º | 0.34% | 0.75% | - |
| XYZ | 28.86 | 29.5 | 54.04 | - |
| YUV | 146.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 192 | 0.34 | 0.23 | 0 | 0.25 | 220.62 | 0.34 | 0.63 |
| Hex | 7F | 94 | C0 | 22 | 17 | 0 | 19 | DD | 22 | 3F |
| Octal | 177 | 224 | 300 | 42 | 27 | 0 | 31 | 335 | 42 | 77 |
| Binary | 1111111 | 10010100 | 11000000 | 100010 | 10111 | 0 | 11001 | 11011101 | 100010 | 111111 |
Color Harmonies of #7F94C0
Complementary color
Monochromatic Colors of #7F94C0
Black with #7F94C0
Text Example
Text Example
White with #7F94C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F94C0; }
p { color: rgb(127,148,192); }
H1.HeaderClassName
{
color: #7F94C0;
}
.AnyTagClassName
{
color: #7F94C0;
}
</style>
background-color css
<style>
a { background-color: #7F94C0; }
a { background-color: rgb(127,148,192); }
div.DivClassName
{
background-color: #7F94C0;
}
.BgClassName
{
background-color: #7F94C0;
}
</style>
border-color css
<style>
span { border-color: #7F94C0; }
span { border-color: rgb(127,148,192); }
td.TdClassName
{
border-color: #7F94C0;
}
.TagClassName
{
border-color: #7F94C0;
}
</style>