Shades of Wild Blue Yonder #7485BB
Tints of Wild Blue Yonder #7485BB
RGB
CMYK
RGB Variations
Color information
#7485BB (or 0x7485BB) is known color: Wild Blue Yonder. HEX triplet: 74, 85 and BB. RGB value is (116,133,187). Sum of RGB (Red+Green+Blue) = 116+133+187=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #7485BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7485BB is #8B7A44. Grayscale: #858585. Windows color (decimal): -9140805 or 12289396. OLE color: 12289396.
HSL color Cylindrical-coordinate representation of color #7485BB: hue angle of 225.63º 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 #7485BB is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 133 | 187 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.27 |
| HSL | 225.63º | 0.34% | 0.59% | - |
| HSV(B) | 225.63º | 0.38% | 0.73% | - |
| XYZ | 24.56 | 24.08 | 50.37 | - |
| YUV | 134.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 187 | 0.38 | 0.29 | 0 | 0.27 | 225.63 | 0.34 | 0.59 |
| Hex | 74 | 85 | BB | 26 | 1D | 0 | 1B | E2 | 22 | 3B |
| Octal | 164 | 205 | 273 | 46 | 35 | 0 | 33 | 342 | 42 | 73 |
| Binary | 1110100 | 10000101 | 10111011 | 100110 | 11101 | 0 | 11011 | 11100010 | 100010 | 111011 |
Color Harmonies of #7485BB
Complementary color
Monochromatic Colors of #7485BB
Black with #7485BB
Text Example
Text Example
White with #7485BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7485BB; }
p { color: rgb(116,133,187); }
H1.HeaderClassName
{
color: #7485BB;
}
.AnyTagClassName
{
color: #7485BB;
}
</style>
background-color css
<style>
a { background-color: #7485BB; }
a { background-color: rgb(116,133,187); }
div.DivClassName
{
background-color: #7485BB;
}
.BgClassName
{
background-color: #7485BB;
}
</style>
border-color css
<style>
span { border-color: #7485BB; }
span { border-color: rgb(116,133,187); }
td.TdClassName
{
border-color: #7485BB;
}
.TagClassName
{
border-color: #7485BB;
}
</style>