Shades of Wild Blue Yonder #7386BB
Tints of Wild Blue Yonder #7386BB
RGB
CMYK
RGB Variations
Color information
#7386BB (or 0x7386BB) is known color: Wild Blue Yonder. HEX triplet: 73, 86 and BB. RGB value is (115,134,187). Sum of RGB (Red+Green+Blue) = 115+134+187=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #7386BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386BB is #8C7944. Grayscale: #868686. Windows color (decimal): -9206085 or 12289651. OLE color: 12289651.
HSL color Cylindrical-coordinate representation of color #7386BB: hue angle of 224.17º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7386BB is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 134 | 187 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.27 |
| HSL | 224.17º | 0.35% | 0.59% | - |
| HSV(B) | 224.17º | 0.39% | 0.73% | - |
| XYZ | 24.56 | 24.28 | 50.41 | - |
| YUV | 134.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 187 | 0.39 | 0.28 | 0 | 0.27 | 224.17 | 0.35 | 0.59 |
| Hex | 73 | 86 | BB | 27 | 1C | 0 | 1B | E0 | 23 | 3B |
| Octal | 163 | 206 | 273 | 47 | 34 | 0 | 33 | 340 | 43 | 73 |
| Binary | 1110011 | 10000110 | 10111011 | 100111 | 11100 | 0 | 11011 | 11100000 | 100011 | 111011 |
Color Harmonies of #7386BB
Complementary color
Monochromatic Colors of #7386BB
Black with #7386BB
Text Example
Text Example
White with #7386BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7386BB; }
p { color: rgb(115,134,187); }
H1.HeaderClassName
{
color: #7386BB;
}
.AnyTagClassName
{
color: #7386BB;
}
</style>
background-color css
<style>
a { background-color: #7386BB; }
a { background-color: rgb(115,134,187); }
div.DivClassName
{
background-color: #7386BB;
}
.BgClassName
{
background-color: #7386BB;
}
</style>
border-color css
<style>
span { border-color: #7386BB; }
span { border-color: rgb(115,134,187); }
td.TdClassName
{
border-color: #7386BB;
}
.TagClassName
{
border-color: #7386BB;
}
</style>