Shades of Wild Blue Yonder #758DCF
Tints of Wild Blue Yonder #758DCF
RGB
CMYK
RGB Variations
Color information
#758DCF (or 0x758DCF) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and CF. RGB value is (117,141,207). Sum of RGB (Red+Green+Blue) = 117+141+207=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #758DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DCF is #8A7230. Grayscale: #8D8D8D. Windows color (decimal): -9073201 or 13602165. OLE color: 13602165.
HSL color Cylindrical-coordinate representation of color #758DCF: hue angle of 224º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758DCF is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 141 | 207 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.19 |
| HSL | 224º | 0.48% | 0.64% | - |
| HSV(B) | 224º | 0.43% | 0.81% | - |
| XYZ | 28.12 | 27.34 | 62.83 | - |
| YUV | 141.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 207 | 0.43 | 0.32 | 0 | 0.19 | 224 | 0.48 | 0.64 |
| Hex | 75 | 8D | CF | 2B | 20 | 0 | 13 | E0 | 30 | 40 |
| Octal | 165 | 215 | 317 | 53 | 40 | 0 | 23 | 340 | 60 | 100 |
| Binary | 1110101 | 10001101 | 11001111 | 101011 | 100000 | 0 | 10011 | 11100000 | 110000 | 1000000 |
Color Harmonies of #758DCF
Complementary color
Monochromatic Colors of #758DCF
Black with #758DCF
Text Example
Text Example
White with #758DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DCF; }
p { color: rgb(117,141,207); }
H1.HeaderClassName
{
color: #758DCF;
}
.AnyTagClassName
{
color: #758DCF;
}
</style>
background-color css
<style>
a { background-color: #758DCF; }
a { background-color: rgb(117,141,207); }
div.DivClassName
{
background-color: #758DCF;
}
.BgClassName
{
background-color: #758DCF;
}
</style>
border-color css
<style>
span { border-color: #758DCF; }
span { border-color: rgb(117,141,207); }
td.TdClassName
{
border-color: #758DCF;
}
.TagClassName
{
border-color: #758DCF;
}
</style>