Shades of Wild Blue Yonder #758DBA
Tints of Wild Blue Yonder #758DBA
RGB
CMYK
RGB Variations
Color information
#758DBA (or 0x758DBA) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and BA. RGB value is (117,141,186). Sum of RGB (Red+Green+Blue) = 117+141+186=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #758DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DBA is #8A7245. Grayscale: #8A8A8A. Windows color (decimal): -9073222 or 12225909. OLE color: 12225909.
HSL color Cylindrical-coordinate representation of color #758DBA: hue angle of 219.13º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #758DBA is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 141 | 186 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.27 |
| HSL | 219.13º | 0.33% | 0.59% | - |
| HSV(B) | 219.13º | 0.37% | 0.73% | - |
| XYZ | 25.72 | 26.38 | 50.19 | - |
| YUV | 138.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 186 | 0.37 | 0.24 | 0 | 0.27 | 219.13 | 0.33 | 0.59 |
| Hex | 75 | 8D | BA | 25 | 18 | 0 | 1B | DB | 21 | 3B |
| Octal | 165 | 215 | 272 | 45 | 30 | 0 | 33 | 333 | 41 | 73 |
| Binary | 1110101 | 10001101 | 10111010 | 100101 | 11000 | 0 | 11011 | 11011011 | 100001 | 111011 |
Color Harmonies of #758DBA
Complementary color
Monochromatic Colors of #758DBA
Black with #758DBA
Text Example
Text Example
White with #758DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DBA; }
p { color: rgb(117,141,186); }
H1.HeaderClassName
{
color: #758DBA;
}
.AnyTagClassName
{
color: #758DBA;
}
</style>
background-color css
<style>
a { background-color: #758DBA; }
a { background-color: rgb(117,141,186); }
div.DivClassName
{
background-color: #758DBA;
}
.BgClassName
{
background-color: #758DBA;
}
</style>
border-color css
<style>
span { border-color: #758DBA; }
span { border-color: rgb(117,141,186); }
td.TdClassName
{
border-color: #758DBA;
}
.TagClassName
{
border-color: #758DBA;
}
</style>