Shades of Wild Blue Yonder #7D89BF
Tints of Wild Blue Yonder #7D89BF
RGB
CMYK
RGB Variations
Color information
#7D89BF (or 0x7D89BF) is known color: Wild Blue Yonder. HEX triplet: 7D, 89 and BF. RGB value is (125,137,191). Sum of RGB (Red+Green+Blue) = 125+137+191=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D89BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D89BF is #827640. Grayscale: #8B8B8B. Windows color (decimal): -8549953 or 12552573. OLE color: 12552573.
HSL color Cylindrical-coordinate representation of color #7D89BF: hue angle of 229.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D89BF is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 137 | 191 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.25 |
| HSL | 229.09º | 0.34% | 0.62% | - |
| HSV(B) | 229.09º | 0.35% | 0.75% | - |
| XYZ | 26.81 | 26.01 | 52.9 | - |
| YUV | 139.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 191 | 0.35 | 0.28 | 0 | 0.25 | 229.09 | 0.34 | 0.62 |
| Hex | 7D | 89 | BF | 23 | 1C | 0 | 19 | E5 | 22 | 3E |
| Octal | 175 | 211 | 277 | 43 | 34 | 0 | 31 | 345 | 42 | 76 |
| Binary | 1111101 | 10001001 | 10111111 | 100011 | 11100 | 0 | 11001 | 11100101 | 100010 | 111110 |
Color Harmonies of #7D89BF
Complementary color
Monochromatic Colors of #7D89BF
Black with #7D89BF
Text Example
Text Example
White with #7D89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D89BF; }
p { color: rgb(125,137,191); }
H1.HeaderClassName
{
color: #7D89BF;
}
.AnyTagClassName
{
color: #7D89BF;
}
</style>
background-color css
<style>
a { background-color: #7D89BF; }
a { background-color: rgb(125,137,191); }
div.DivClassName
{
background-color: #7D89BF;
}
.BgClassName
{
background-color: #7D89BF;
}
</style>
border-color css
<style>
span { border-color: #7D89BF; }
span { border-color: rgb(125,137,191); }
td.TdClassName
{
border-color: #7D89BF;
}
.TagClassName
{
border-color: #7D89BF;
}
</style>