Shades of Wild Blue Yonder #7F89BE
Tints of Wild Blue Yonder #7F89BE
RGB
CMYK
RGB Variations
Color information
#7F89BE (or 0x7F89BE) is known color: Wild Blue Yonder. HEX triplet: 7F, 89 and BE. RGB value is (127,137,190). Sum of RGB (Red+Green+Blue) = 127+137+190=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F89BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F89BE is #807641. Grayscale: #8B8B8B. Windows color (decimal): -8418882 or 12487039. OLE color: 12487039.
HSL color Cylindrical-coordinate representation of color #7F89BE: hue angle of 230.48º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F89BE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 137 | 190 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.25 |
| HSL | 230.48º | 0.33% | 0.62% | - |
| HSV(B) | 230.48º | 0.33% | 0.75% | - |
| XYZ | 26.99 | 26.12 | 52.33 | - |
| YUV | 140.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 190 | 0.33 | 0.28 | 0 | 0.25 | 230.48 | 0.33 | 0.62 |
| Hex | 7F | 89 | BE | 21 | 1C | 0 | 19 | E6 | 21 | 3E |
| Octal | 177 | 211 | 276 | 41 | 34 | 0 | 31 | 346 | 41 | 76 |
| Binary | 1111111 | 10001001 | 10111110 | 100001 | 11100 | 0 | 11001 | 11100110 | 100001 | 111110 |
Color Harmonies of #7F89BE
Complementary color
Monochromatic Colors of #7F89BE
Black with #7F89BE
Text Example
Text Example
White with #7F89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F89BE; }
p { color: rgb(127,137,190); }
H1.HeaderClassName
{
color: #7F89BE;
}
.AnyTagClassName
{
color: #7F89BE;
}
</style>
background-color css
<style>
a { background-color: #7F89BE; }
a { background-color: rgb(127,137,190); }
div.DivClassName
{
background-color: #7F89BE;
}
.BgClassName
{
background-color: #7F89BE;
}
</style>
border-color css
<style>
span { border-color: #7F89BE; }
span { border-color: rgb(127,137,190); }
td.TdClassName
{
border-color: #7F89BE;
}
.TagClassName
{
border-color: #7F89BE;
}
</style>