Shades of Wild Blue Yonder #7391BD
Tints of Wild Blue Yonder #7391BD
RGB
CMYK
RGB Variations
Color information
#7391BD (or 0x7391BD) is known color: Wild Blue Yonder. HEX triplet: 73, 91 and BD. RGB value is (115,145,189). Sum of RGB (Red+Green+Blue) = 115+145+189=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #7391BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391BD is #8C6E42. Grayscale: #8C8C8C. Windows color (decimal): -9203267 or 12423539. OLE color: 12423539.
HSL color Cylindrical-coordinate representation of color #7391BD: hue angle of 215.68º 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 #7391BD is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 145 | 189 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.26 |
| HSL | 215.68º | 0.36% | 0.6% | - |
| HSV(B) | 215.68º | 0.39% | 0.74% | - |
| XYZ | 26.38 | 27.57 | 52.08 | - |
| YUV | 141.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 189 | 0.39 | 0.23 | 0 | 0.26 | 215.68 | 0.36 | 0.6 |
| Hex | 73 | 91 | BD | 27 | 17 | 0 | 1A | D8 | 24 | 3C |
| Octal | 163 | 221 | 275 | 47 | 27 | 0 | 32 | 330 | 44 | 74 |
| Binary | 1110011 | 10010001 | 10111101 | 100111 | 10111 | 0 | 11010 | 11011000 | 100100 | 111100 |
Color Harmonies of #7391BD
Complementary color
Monochromatic Colors of #7391BD
Black with #7391BD
Text Example
Text Example
White with #7391BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7391BD; }
p { color: rgb(115,145,189); }
H1.HeaderClassName
{
color: #7391BD;
}
.AnyTagClassName
{
color: #7391BD;
}
</style>
background-color css
<style>
a { background-color: #7391BD; }
a { background-color: rgb(115,145,189); }
div.DivClassName
{
background-color: #7391BD;
}
.BgClassName
{
background-color: #7391BD;
}
</style>
border-color css
<style>
span { border-color: #7391BD; }
span { border-color: rgb(115,145,189); }
td.TdClassName
{
border-color: #7391BD;
}
.TagClassName
{
border-color: #7391BD;
}
</style>