Shades of Wild Blue Yonder #7487BB
Tints of Wild Blue Yonder #7487BB
RGB
CMYK
RGB Variations
Color information
#7487BB (or 0x7487BB) is known color: Wild Blue Yonder. HEX triplet: 74, 87 and BB. RGB value is (116,135,187). Sum of RGB (Red+Green+Blue) = 116+135+187=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #7487BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7487BB is #8B7844. Grayscale: #878787. Windows color (decimal): -9140293 or 12289908. OLE color: 12289908.
HSL color Cylindrical-coordinate representation of color #7487BB: hue angle of 223.94º 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 #7487BB is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 135 | 187 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.27 |
| HSL | 223.94º | 0.34% | 0.59% | - |
| HSV(B) | 223.94º | 0.38% | 0.73% | - |
| XYZ | 24.84 | 24.63 | 50.46 | - |
| YUV | 135.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 187 | 0.38 | 0.28 | 0 | 0.27 | 223.94 | 0.34 | 0.59 |
| Hex | 74 | 87 | BB | 26 | 1C | 0 | 1B | E0 | 22 | 3B |
| Octal | 164 | 207 | 273 | 46 | 34 | 0 | 33 | 340 | 42 | 73 |
| Binary | 1110100 | 10000111 | 10111011 | 100110 | 11100 | 0 | 11011 | 11100000 | 100010 | 111011 |
Color Harmonies of #7487BB
Complementary color
Monochromatic Colors of #7487BB
Black with #7487BB
Text Example
Text Example
White with #7487BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7487BB; }
p { color: rgb(116,135,187); }
H1.HeaderClassName
{
color: #7487BB;
}
.AnyTagClassName
{
color: #7487BB;
}
</style>
background-color css
<style>
a { background-color: #7487BB; }
a { background-color: rgb(116,135,187); }
div.DivClassName
{
background-color: #7487BB;
}
.BgClassName
{
background-color: #7487BB;
}
</style>
border-color css
<style>
span { border-color: #7487BB; }
span { border-color: rgb(116,135,187); }
td.TdClassName
{
border-color: #7487BB;
}
.TagClassName
{
border-color: #7487BB;
}
</style>