Shades of Wild Blue Yonder #7F91BF
Tints of Wild Blue Yonder #7F91BF
RGB
CMYK
RGB Variations
Color information
#7F91BF (or 0x7F91BF) is known color: Wild Blue Yonder. HEX triplet: 7F, 91 and BF. RGB value is (127,145,191). Sum of RGB (Red+Green+Blue) = 127+145+191=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F91BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F91BF is #806E40. Grayscale: #909090. Windows color (decimal): -8416833 or 12554623. OLE color: 12554623.
HSL color Cylindrical-coordinate representation of color #7F91BF: hue angle of 223.12º 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 #7F91BF is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 145 | 191 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.25 |
| HSL | 223.13º | 0.33% | 0.62% | - |
| HSV(B) | 223.13º | 0.34% | 0.75% | - |
| XYZ | 28.28 | 28.52 | 53.31 | - |
| YUV | 144.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 191 | 0.34 | 0.24 | 0 | 0.25 | 223.13 | 0.33 | 0.62 |
| Hex | 7F | 91 | BF | 22 | 18 | 0 | 19 | DF | 21 | 3E |
| Octal | 177 | 221 | 277 | 42 | 30 | 0 | 31 | 337 | 41 | 76 |
| Binary | 1111111 | 10010001 | 10111111 | 100010 | 11000 | 0 | 11001 | 11011111 | 100001 | 111110 |
Color Harmonies of #7F91BF
Complementary color
Monochromatic Colors of #7F91BF
Black with #7F91BF
Text Example
Text Example
White with #7F91BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F91BF; }
p { color: rgb(127,145,191); }
H1.HeaderClassName
{
color: #7F91BF;
}
.AnyTagClassName
{
color: #7F91BF;
}
</style>
background-color css
<style>
a { background-color: #7F91BF; }
a { background-color: rgb(127,145,191); }
div.DivClassName
{
background-color: #7F91BF;
}
.BgClassName
{
background-color: #7F91BF;
}
</style>
border-color css
<style>
span { border-color: #7F91BF; }
span { border-color: rgb(127,145,191); }
td.TdClassName
{
border-color: #7F91BF;
}
.TagClassName
{
border-color: #7F91BF;
}
</style>