Shades of Wild Blue Yonder #7584BC
Tints of Wild Blue Yonder #7584BC
RGB
CMYK
RGB Variations
Color information
#7584BC (or 0x7584BC) is known color: Wild Blue Yonder. HEX triplet: 75, 84 and BC. RGB value is (117,132,188). Sum of RGB (Red+Green+Blue) = 117+132+188=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #7584BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584BC is #8A7B43. Grayscale: #858585. Windows color (decimal): -9075524 or 12354677. OLE color: 12354677.
HSL color Cylindrical-coordinate representation of color #7584BC: hue angle of 227.32º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7584BC is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 132 | 188 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.26 |
| HSL | 227.32º | 0.35% | 0.6% | - |
| HSV(B) | 227.32º | 0.38% | 0.74% | - |
| XYZ | 24.66 | 23.92 | 50.89 | - |
| YUV | 133.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 188 | 0.38 | 0.30 | 0 | 0.26 | 227.32 | 0.35 | 0.6 |
| Hex | 75 | 84 | BC | 26 | 1E | 0 | 1A | E3 | 23 | 3C |
| Octal | 165 | 204 | 274 | 46 | 36 | 0 | 32 | 343 | 43 | 74 |
| Binary | 1110101 | 10000100 | 10111100 | 100110 | 11110 | 0 | 11010 | 11100011 | 100011 | 111100 |
Color Harmonies of #7584BC
Complementary color
Monochromatic Colors of #7584BC
Black with #7584BC
Text Example
Text Example
White with #7584BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7584BC; }
p { color: rgb(117,132,188); }
H1.HeaderClassName
{
color: #7584BC;
}
.AnyTagClassName
{
color: #7584BC;
}
</style>
background-color css
<style>
a { background-color: #7584BC; }
a { background-color: rgb(117,132,188); }
div.DivClassName
{
background-color: #7584BC;
}
.BgClassName
{
background-color: #7584BC;
}
</style>
border-color css
<style>
span { border-color: #7584BC; }
span { border-color: rgb(117,132,188); }
td.TdClassName
{
border-color: #7584BC;
}
.TagClassName
{
border-color: #7584BC;
}
</style>