Shades of Wild Blue Yonder #7488BD
Tints of Wild Blue Yonder #7488BD
RGB
CMYK
RGB Variations
Color information
#7488BD (or 0x7488BD) is known color: Wild Blue Yonder. HEX triplet: 74, 88 and BD. RGB value is (116,136,189). Sum of RGB (Red+Green+Blue) = 116+136+189=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #7488BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488BD is #8B7742. Grayscale: #878787. Windows color (decimal): -9140035 or 12421236. OLE color: 12421236.
HSL color Cylindrical-coordinate representation of color #7488BD: hue angle of 223.56º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7488BD is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 136 | 189 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.26 |
| HSL | 223.56º | 0.36% | 0.6% | - |
| HSV(B) | 223.56º | 0.39% | 0.74% | - |
| XYZ | 25.19 | 25 | 51.64 | - |
| YUV | 136.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 189 | 0.39 | 0.28 | 0 | 0.26 | 223.56 | 0.36 | 0.6 |
| Hex | 74 | 88 | BD | 27 | 1C | 0 | 1A | E0 | 24 | 3C |
| Octal | 164 | 210 | 275 | 47 | 34 | 0 | 32 | 340 | 44 | 74 |
| Binary | 1110100 | 10001000 | 10111101 | 100111 | 11100 | 0 | 11010 | 11100000 | 100100 | 111100 |
Color Harmonies of #7488BD
Complementary color
Monochromatic Colors of #7488BD
Black with #7488BD
Text Example
Text Example
White with #7488BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7488BD; }
p { color: rgb(116,136,189); }
H1.HeaderClassName
{
color: #7488BD;
}
.AnyTagClassName
{
color: #7488BD;
}
</style>
background-color css
<style>
a { background-color: #7488BD; }
a { background-color: rgb(116,136,189); }
div.DivClassName
{
background-color: #7488BD;
}
.BgClassName
{
background-color: #7488BD;
}
</style>
border-color css
<style>
span { border-color: #7488BD; }
span { border-color: rgb(116,136,189); }
td.TdClassName
{
border-color: #7488BD;
}
.TagClassName
{
border-color: #7488BD;
}
</style>