Shades of Wild Blue Yonder #7384BC
Tints of Wild Blue Yonder #7384BC
RGB
CMYK
RGB Variations
Color information
#7384BC (or 0x7384BC) is known color: Wild Blue Yonder. HEX triplet: 73, 84 and BC. RGB value is (115,132,188). Sum of RGB (Red+Green+Blue) = 115+132+188=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #7384BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384BC is #8C7B43. Grayscale: #858585. Windows color (decimal): -9206596 or 12354675. OLE color: 12354675.
HSL color Cylindrical-coordinate representation of color #7384BC: hue angle of 226.03º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7384BC is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 132 | 188 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.26 |
| HSL | 226.03º | 0.35% | 0.59% | - |
| HSV(B) | 226.03º | 0.39% | 0.74% | - |
| XYZ | 24.4 | 23.78 | 50.88 | - |
| YUV | 133.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 188 | 0.39 | 0.30 | 0 | 0.26 | 226.03 | 0.35 | 0.59 |
| Hex | 73 | 84 | BC | 27 | 1E | 0 | 1A | E2 | 23 | 3B |
| Octal | 163 | 204 | 274 | 47 | 36 | 0 | 32 | 342 | 43 | 73 |
| Binary | 1110011 | 10000100 | 10111100 | 100111 | 11110 | 0 | 11010 | 11100010 | 100011 | 111011 |
Color Harmonies of #7384BC
Complementary color
Monochromatic Colors of #7384BC
Black with #7384BC
Text Example
Text Example
White with #7384BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7384BC; }
p { color: rgb(115,132,188); }
H1.HeaderClassName
{
color: #7384BC;
}
.AnyTagClassName
{
color: #7384BC;
}
</style>
background-color css
<style>
a { background-color: #7384BC; }
a { background-color: rgb(115,132,188); }
div.DivClassName
{
background-color: #7384BC;
}
.BgClassName
{
background-color: #7384BC;
}
</style>
border-color css
<style>
span { border-color: #7384BC; }
span { border-color: rgb(115,132,188); }
td.TdClassName
{
border-color: #7384BC;
}
.TagClassName
{
border-color: #7384BC;
}
</style>