Shades of Wild Blue Yonder #7391C9
Tints of Wild Blue Yonder #7391C9
RGB
CMYK
RGB Variations
Color information
#7391C9 (or 0x7391C9) is known color: Wild Blue Yonder. HEX triplet: 73, 91 and C9. RGB value is (115,145,201). Sum of RGB (Red+Green+Blue) = 115+145+201=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #7391C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391C9 is #8C6E36. Grayscale: #8E8E8E. Windows color (decimal): -9203255 or 13209971. OLE color: 13209971.
HSL color Cylindrical-coordinate representation of color #7391C9: hue angle of 219.07º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7391C9 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 145 | 201 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.21 |
| HSL | 219.07º | 0.44% | 0.62% | - |
| HSV(B) | 219.07º | 0.43% | 0.79% | - |
| XYZ | 27.74 | 28.11 | 59.22 | - |
| YUV | 142.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 201 | 0.43 | 0.28 | 0 | 0.21 | 219.07 | 0.44 | 0.62 |
| Hex | 73 | 91 | C9 | 2B | 1C | 0 | 15 | DB | 2C | 3E |
| Octal | 163 | 221 | 311 | 53 | 34 | 0 | 25 | 333 | 54 | 76 |
| Binary | 1110011 | 10010001 | 11001001 | 101011 | 11100 | 0 | 10101 | 11011011 | 101100 | 111110 |
Color Harmonies of #7391C9
Complementary color
Monochromatic Colors of #7391C9
Black with #7391C9
Text Example
Text Example
White with #7391C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7391C9; }
p { color: rgb(115,145,201); }
H1.HeaderClassName
{
color: #7391C9;
}
.AnyTagClassName
{
color: #7391C9;
}
</style>
background-color css
<style>
a { background-color: #7391C9; }
a { background-color: rgb(115,145,201); }
div.DivClassName
{
background-color: #7391C9;
}
.BgClassName
{
background-color: #7391C9;
}
</style>
border-color css
<style>
span { border-color: #7391C9; }
span { border-color: rgb(115,145,201); }
td.TdClassName
{
border-color: #7391C9;
}
.TagClassName
{
border-color: #7391C9;
}
</style>