Shades of Wild Blue Yonder #7F8ABF
Tints of Wild Blue Yonder #7F8ABF
RGB
CMYK
RGB Variations
Color information
#7F8ABF (or 0x7F8ABF) is known color: Wild Blue Yonder. HEX triplet: 7F, 8A and BF. RGB value is (127,138,191). Sum of RGB (Red+Green+Blue) = 127+138+191=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F8ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8ABF is #807540. Grayscale: #8C8C8C. Windows color (decimal): -8418625 or 12552831. OLE color: 12552831.
HSL color Cylindrical-coordinate representation of color #7F8ABF: hue angle of 229.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F8ABF is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 138 | 191 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.25 |
| HSL | 229.69º | 0.33% | 0.62% | - |
| HSV(B) | 229.69º | 0.34% | 0.75% | - |
| XYZ | 27.24 | 26.45 | 52.96 | - |
| YUV | 140.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 191 | 0.34 | 0.28 | 0 | 0.25 | 229.69 | 0.33 | 0.62 |
| Hex | 7F | 8A | BF | 22 | 1C | 0 | 19 | E6 | 21 | 3E |
| Octal | 177 | 212 | 277 | 42 | 34 | 0 | 31 | 346 | 41 | 76 |
| Binary | 1111111 | 10001010 | 10111111 | 100010 | 11100 | 0 | 11001 | 11100110 | 100001 | 111110 |
Color Harmonies of #7F8ABF
Complementary color
Monochromatic Colors of #7F8ABF
Black with #7F8ABF
Text Example
Text Example
White with #7F8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8ABF; }
p { color: rgb(127,138,191); }
H1.HeaderClassName
{
color: #7F8ABF;
}
.AnyTagClassName
{
color: #7F8ABF;
}
</style>
background-color css
<style>
a { background-color: #7F8ABF; }
a { background-color: rgb(127,138,191); }
div.DivClassName
{
background-color: #7F8ABF;
}
.BgClassName
{
background-color: #7F8ABF;
}
</style>
border-color css
<style>
span { border-color: #7F8ABF; }
span { border-color: rgb(127,138,191); }
td.TdClassName
{
border-color: #7F8ABF;
}
.TagClassName
{
border-color: #7F8ABF;
}
</style>