Shades of Wild Blue Yonder #7487BA
Tints of Wild Blue Yonder #7487BA
RGB
CMYK
RGB Variations
Color information
#7487BA (or 0x7487BA) is known color: Wild Blue Yonder. HEX triplet: 74, 87 and BA. RGB value is (116,135,186). Sum of RGB (Red+Green+Blue) = 116+135+186=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7487BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7487BA is #8B7845. Grayscale: #868686. Windows color (decimal): -9140294 or 12224372. OLE color: 12224372.
HSL color Cylindrical-coordinate representation of color #7487BA: hue angle of 223.71º 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 #7487BA is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 135 | 186 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.27 |
| HSL | 223.71º | 0.34% | 0.59% | - |
| HSV(B) | 223.71º | 0.38% | 0.73% | - |
| XYZ | 24.73 | 24.59 | 49.9 | - |
| YUV | 135.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 186 | 0.38 | 0.27 | 0 | 0.27 | 223.71 | 0.34 | 0.59 |
| Hex | 74 | 87 | BA | 26 | 1B | 0 | 1B | E0 | 22 | 3B |
| Octal | 164 | 207 | 272 | 46 | 33 | 0 | 33 | 340 | 42 | 73 |
| Binary | 1110100 | 10000111 | 10111010 | 100110 | 11011 | 0 | 11011 | 11100000 | 100010 | 111011 |
Color Harmonies of #7487BA
Complementary color
Monochromatic Colors of #7487BA
Black with #7487BA
Text Example
Text Example
White with #7487BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7487BA; }
p { color: rgb(116,135,186); }
H1.HeaderClassName
{
color: #7487BA;
}
.AnyTagClassName
{
color: #7487BA;
}
</style>
background-color css
<style>
a { background-color: #7487BA; }
a { background-color: rgb(116,135,186); }
div.DivClassName
{
background-color: #7487BA;
}
.BgClassName
{
background-color: #7487BA;
}
</style>
border-color css
<style>
span { border-color: #7487BA; }
span { border-color: rgb(116,135,186); }
td.TdClassName
{
border-color: #7487BA;
}
.TagClassName
{
border-color: #7487BA;
}
</style>