Shades of Wild Blue Yonder #7391D1
Tints of Wild Blue Yonder #7391D1
RGB
CMYK
RGB Variations
Color information
#7391D1 (or 0x7391D1) is known color: Wild Blue Yonder. HEX triplet: 73, 91 and D1. RGB value is (115,145,209). Sum of RGB (Red+Green+Blue) = 115+145+209=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #7391D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391D1 is #8C6E2E. Grayscale: #8F8F8F. Windows color (decimal): -9203247 or 13734259. OLE color: 13734259.
HSL color Cylindrical-coordinate representation of color #7391D1: hue angle of 220.85º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7391D1 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 145 | 209 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.18 |
| HSL | 220.85º | 0.51% | 0.64% | - |
| HSV(B) | 220.85º | 0.45% | 0.82% | - |
| XYZ | 28.7 | 28.5 | 64.31 | - |
| YUV | 143.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 209 | 0.45 | 0.31 | 0 | 0.18 | 220.85 | 0.51 | 0.64 |
| Hex | 73 | 91 | D1 | 2D | 1F | 0 | 12 | DD | 33 | 40 |
| Octal | 163 | 221 | 321 | 55 | 37 | 0 | 22 | 335 | 63 | 100 |
| Binary | 1110011 | 10010001 | 11010001 | 101101 | 11111 | 0 | 10010 | 11011101 | 110011 | 1000000 |
Color Harmonies of #7391D1
Complementary color
Monochromatic Colors of #7391D1
Black with #7391D1
Text Example
Text Example
White with #7391D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7391D1; }
p { color: rgb(115,145,209); }
H1.HeaderClassName
{
color: #7391D1;
}
.AnyTagClassName
{
color: #7391D1;
}
</style>
background-color css
<style>
a { background-color: #7391D1; }
a { background-color: rgb(115,145,209); }
div.DivClassName
{
background-color: #7391D1;
}
.BgClassName
{
background-color: #7391D1;
}
</style>
border-color css
<style>
span { border-color: #7391D1; }
span { border-color: rgb(115,145,209); }
td.TdClassName
{
border-color: #7391D1;
}
.TagClassName
{
border-color: #7391D1;
}
</style>