Shades of Wild Blue Yonder #7488C9
Tints of Wild Blue Yonder #7488C9
RGB
CMYK
RGB Variations
Color information
#7488C9 (or 0x7488C9) is known color: Wild Blue Yonder. HEX triplet: 74, 88 and C9. RGB value is (116,136,201). Sum of RGB (Red+Green+Blue) = 116+136+201=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #7488C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488C9 is #8B7736. Grayscale: #898989. Windows color (decimal): -9140023 or 13207668. OLE color: 13207668.
HSL color Cylindrical-coordinate representation of color #7488C9: hue angle of 225.88º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7488C9 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 136 | 201 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.21 |
| HSL | 225.88º | 0.44% | 0.62% | - |
| HSV(B) | 225.88º | 0.42% | 0.79% | - |
| XYZ | 26.55 | 25.54 | 58.79 | - |
| YUV | 137.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 201 | 0.42 | 0.32 | 0 | 0.21 | 225.88 | 0.44 | 0.62 |
| Hex | 74 | 88 | C9 | 2A | 20 | 0 | 15 | E2 | 2C | 3E |
| Octal | 164 | 210 | 311 | 52 | 40 | 0 | 25 | 342 | 54 | 76 |
| Binary | 1110100 | 10001000 | 11001001 | 101010 | 100000 | 0 | 10101 | 11100010 | 101100 | 111110 |
Color Harmonies of #7488C9
Complementary color
Monochromatic Colors of #7488C9
Black with #7488C9
Text Example
Text Example
White with #7488C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7488C9; }
p { color: rgb(116,136,201); }
H1.HeaderClassName
{
color: #7488C9;
}
.AnyTagClassName
{
color: #7488C9;
}
</style>
background-color css
<style>
a { background-color: #7488C9; }
a { background-color: rgb(116,136,201); }
div.DivClassName
{
background-color: #7488C9;
}
.BgClassName
{
background-color: #7488C9;
}
</style>
border-color css
<style>
span { border-color: #7488C9; }
span { border-color: rgb(116,136,201); }
td.TdClassName
{
border-color: #7488C9;
}
.TagClassName
{
border-color: #7488C9;
}
</style>