Shades of Wild Blue Yonder #7489BB
Tints of Wild Blue Yonder #7489BB
RGB
CMYK
RGB Variations
Color information
#7489BB (or 0x7489BB) is known color: Wild Blue Yonder. HEX triplet: 74, 89 and BB. RGB value is (116,137,187). Sum of RGB (Red+Green+Blue) = 116+137+187=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #7489BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7489BB is #8B7644. Grayscale: #888888. Windows color (decimal): -9139781 or 12290420. OLE color: 12290420.
HSL color Cylindrical-coordinate representation of color #7489BB: hue angle of 222.25º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7489BB is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 137 | 187 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.27 |
| HSL | 222.25º | 0.34% | 0.59% | - |
| HSV(B) | 222.25º | 0.38% | 0.73% | - |
| XYZ | 25.12 | 25.19 | 50.55 | - |
| YUV | 136.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 187 | 0.38 | 0.27 | 0 | 0.27 | 222.25 | 0.34 | 0.59 |
| Hex | 74 | 89 | BB | 26 | 1B | 0 | 1B | DE | 22 | 3B |
| Octal | 164 | 211 | 273 | 46 | 33 | 0 | 33 | 336 | 42 | 73 |
| Binary | 1110100 | 10001001 | 10111011 | 100110 | 11011 | 0 | 11011 | 11011110 | 100010 | 111011 |
Color Harmonies of #7489BB
Complementary color
Monochromatic Colors of #7489BB
Black with #7489BB
Text Example
Text Example
White with #7489BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7489BB; }
p { color: rgb(116,137,187); }
H1.HeaderClassName
{
color: #7489BB;
}
.AnyTagClassName
{
color: #7489BB;
}
</style>
background-color css
<style>
a { background-color: #7489BB; }
a { background-color: rgb(116,137,187); }
div.DivClassName
{
background-color: #7489BB;
}
.BgClassName
{
background-color: #7489BB;
}
</style>
border-color css
<style>
span { border-color: #7489BB; }
span { border-color: rgb(116,137,187); }
td.TdClassName
{
border-color: #7489BB;
}
.TagClassName
{
border-color: #7489BB;
}
</style>