Shades of Wild Blue Yonder #7B89BE
Tints of Wild Blue Yonder #7B89BE
RGB
CMYK
RGB Variations
Color information
#7B89BE (or 0x7B89BE) is known color: Wild Blue Yonder. HEX triplet: 7B, 89 and BE. RGB value is (123,137,190). Sum of RGB (Red+Green+Blue) = 123+137+190=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B89BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B89BE is #847641. Grayscale: #8A8A8A. Windows color (decimal): -8681026 or 12487035. OLE color: 12487035.
HSL color Cylindrical-coordinate representation of color #7B89BE: hue angle of 227.46º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B89BE is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 137 | 190 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.25 |
| HSL | 227.46º | 0.34% | 0.61% | - |
| HSV(B) | 227.46º | 0.35% | 0.75% | - |
| XYZ | 26.41 | 25.82 | 52.31 | - |
| YUV | 138.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 190 | 0.35 | 0.28 | 0 | 0.25 | 227.46 | 0.34 | 0.61 |
| Hex | 7B | 89 | BE | 23 | 1C | 0 | 19 | E3 | 22 | 3D |
| Octal | 173 | 211 | 276 | 43 | 34 | 0 | 31 | 343 | 42 | 75 |
| Binary | 1111011 | 10001001 | 10111110 | 100011 | 11100 | 0 | 11001 | 11100011 | 100010 | 111101 |
Color Harmonies of #7B89BE
Complementary color
Monochromatic Colors of #7B89BE
Black with #7B89BE
Text Example
Text Example
White with #7B89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B89BE; }
p { color: rgb(123,137,190); }
H1.HeaderClassName
{
color: #7B89BE;
}
.AnyTagClassName
{
color: #7B89BE;
}
</style>
background-color css
<style>
a { background-color: #7B89BE; }
a { background-color: rgb(123,137,190); }
div.DivClassName
{
background-color: #7B89BE;
}
.BgClassName
{
background-color: #7B89BE;
}
</style>
border-color css
<style>
span { border-color: #7B89BE; }
span { border-color: rgb(123,137,190); }
td.TdClassName
{
border-color: #7B89BE;
}
.TagClassName
{
border-color: #7B89BE;
}
</style>