Shades of Wild Blue Yonder #758CBC
Tints of Wild Blue Yonder #758CBC
RGB
CMYK
RGB Variations
Color information
#758CBC (or 0x758CBC) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and BC. RGB value is (117,140,188). Sum of RGB (Red+Green+Blue) = 117+140+188=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #758CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CBC is #8A7343. Grayscale: #8A8A8A. Windows color (decimal): -9073476 or 12356725. OLE color: 12356725.
HSL color Cylindrical-coordinate representation of color #758CBC: hue angle of 220.56º 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 #758CBC is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 140 | 188 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.26 |
| HSL | 220.56º | 0.35% | 0.6% | - |
| HSV(B) | 220.56º | 0.38% | 0.74% | - |
| XYZ | 25.79 | 26.17 | 51.27 | - |
| YUV | 138.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 188 | 0.38 | 0.26 | 0 | 0.26 | 220.56 | 0.35 | 0.6 |
| Hex | 75 | 8C | BC | 26 | 1A | 0 | 1A | DD | 23 | 3C |
| Octal | 165 | 214 | 274 | 46 | 32 | 0 | 32 | 335 | 43 | 74 |
| Binary | 1110101 | 10001100 | 10111100 | 100110 | 11010 | 0 | 11010 | 11011101 | 100011 | 111100 |
Color Harmonies of #758CBC
Complementary color
Monochromatic Colors of #758CBC
Black with #758CBC
Text Example
Text Example
White with #758CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CBC; }
p { color: rgb(117,140,188); }
H1.HeaderClassName
{
color: #758CBC;
}
.AnyTagClassName
{
color: #758CBC;
}
</style>
background-color css
<style>
a { background-color: #758CBC; }
a { background-color: rgb(117,140,188); }
div.DivClassName
{
background-color: #758CBC;
}
.BgClassName
{
background-color: #758CBC;
}
</style>
border-color css
<style>
span { border-color: #758CBC; }
span { border-color: rgb(117,140,188); }
td.TdClassName
{
border-color: #758CBC;
}
.TagClassName
{
border-color: #758CBC;
}
</style>