Shades of Wild Blue Yonder #7384BD
Tints of Wild Blue Yonder #7384BD
RGB
CMYK
RGB Variations
Color information
#7384BD (or 0x7384BD) is known color: Wild Blue Yonder. HEX triplet: 73, 84 and BD. RGB value is (115,132,189). Sum of RGB (Red+Green+Blue) = 115+132+189=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #7384BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384BD is #8C7B42. Grayscale: #858585. Windows color (decimal): -9206595 or 12420211. OLE color: 12420211.
HSL color Cylindrical-coordinate representation of color #7384BD: hue angle of 226.22º 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 #7384BD is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 132 | 189 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.26 |
| HSL | 226.22º | 0.36% | 0.6% | - |
| HSV(B) | 226.22º | 0.39% | 0.74% | - |
| XYZ | 24.51 | 23.82 | 51.45 | - |
| YUV | 133.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 189 | 0.39 | 0.30 | 0 | 0.26 | 226.22 | 0.36 | 0.6 |
| Hex | 73 | 84 | BD | 27 | 1E | 0 | 1A | E2 | 24 | 3C |
| Octal | 163 | 204 | 275 | 47 | 36 | 0 | 32 | 342 | 44 | 74 |
| Binary | 1110011 | 10000100 | 10111101 | 100111 | 11110 | 0 | 11010 | 11100010 | 100100 | 111100 |
Color Harmonies of #7384BD
Complementary color
Monochromatic Colors of #7384BD
Black with #7384BD
Text Example
Text Example
White with #7384BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7384BD; }
p { color: rgb(115,132,189); }
H1.HeaderClassName
{
color: #7384BD;
}
.AnyTagClassName
{
color: #7384BD;
}
</style>
background-color css
<style>
a { background-color: #7384BD; }
a { background-color: rgb(115,132,189); }
div.DivClassName
{
background-color: #7384BD;
}
.BgClassName
{
background-color: #7384BD;
}
</style>
border-color css
<style>
span { border-color: #7384BD; }
span { border-color: rgb(115,132,189); }
td.TdClassName
{
border-color: #7384BD;
}
.TagClassName
{
border-color: #7384BD;
}
</style>