Shades of Wild Blue Yonder #758DBC
Tints of Wild Blue Yonder #758DBC
RGB
CMYK
RGB Variations
Color information
#758DBC (or 0x758DBC) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and BC. RGB value is (117,141,188). Sum of RGB (Red+Green+Blue) = 117+141+188=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #758DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DBC is #8A7243. Grayscale: #8A8A8A. Windows color (decimal): -9073220 or 12356981. OLE color: 12356981.
HSL color Cylindrical-coordinate representation of color #758DBC: hue angle of 219.72º 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 #758DBC is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 141 | 188 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.26 |
| HSL | 219.72º | 0.35% | 0.6% | - |
| HSV(B) | 219.72º | 0.38% | 0.74% | - |
| XYZ | 25.94 | 26.46 | 51.32 | - |
| YUV | 139.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 188 | 0.38 | 0.25 | 0 | 0.26 | 219.72 | 0.35 | 0.6 |
| Hex | 75 | 8D | BC | 26 | 19 | 0 | 1A | DC | 23 | 3C |
| Octal | 165 | 215 | 274 | 46 | 31 | 0 | 32 | 334 | 43 | 74 |
| Binary | 1110101 | 10001101 | 10111100 | 100110 | 11001 | 0 | 11010 | 11011100 | 100011 | 111100 |
Color Harmonies of #758DBC
Complementary color
Monochromatic Colors of #758DBC
Black with #758DBC
Text Example
Text Example
White with #758DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DBC; }
p { color: rgb(117,141,188); }
H1.HeaderClassName
{
color: #758DBC;
}
.AnyTagClassName
{
color: #758DBC;
}
</style>
background-color css
<style>
a { background-color: #758DBC; }
a { background-color: rgb(117,141,188); }
div.DivClassName
{
background-color: #758DBC;
}
.BgClassName
{
background-color: #758DBC;
}
</style>
border-color css
<style>
span { border-color: #758DBC; }
span { border-color: rgb(117,141,188); }
td.TdClassName
{
border-color: #758DBC;
}
.TagClassName
{
border-color: #758DBC;
}
</style>