Shades of Wild Blue Yonder #758BBC
Tints of Wild Blue Yonder #758BBC
RGB
CMYK
RGB Variations
Color information
#758BBC (or 0x758BBC) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and BC. RGB value is (117,139,188). Sum of RGB (Red+Green+Blue) = 117+139+188=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #758BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BBC is #8A7443. Grayscale: #898989. Windows color (decimal): -9073732 or 12356469. OLE color: 12356469.
HSL color Cylindrical-coordinate representation of color #758BBC: hue angle of 221.41º 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 #758BBC is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 139 | 188 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.26 |
| HSL | 221.41º | 0.35% | 0.6% | - |
| HSV(B) | 221.41º | 0.38% | 0.74% | - |
| XYZ | 25.65 | 25.88 | 51.22 | - |
| YUV | 138.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 188 | 0.38 | 0.26 | 0 | 0.26 | 221.41 | 0.35 | 0.6 |
| Hex | 75 | 8B | BC | 26 | 1A | 0 | 1A | DD | 23 | 3C |
| Octal | 165 | 213 | 274 | 46 | 32 | 0 | 32 | 335 | 43 | 74 |
| Binary | 1110101 | 10001011 | 10111100 | 100110 | 11010 | 0 | 11010 | 11011101 | 100011 | 111100 |
Color Harmonies of #758BBC
Complementary color
Monochromatic Colors of #758BBC
Black with #758BBC
Text Example
Text Example
White with #758BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BBC; }
p { color: rgb(117,139,188); }
H1.HeaderClassName
{
color: #758BBC;
}
.AnyTagClassName
{
color: #758BBC;
}
</style>
background-color css
<style>
a { background-color: #758BBC; }
a { background-color: rgb(117,139,188); }
div.DivClassName
{
background-color: #758BBC;
}
.BgClassName
{
background-color: #758BBC;
}
</style>
border-color css
<style>
span { border-color: #758BBC; }
span { border-color: rgb(117,139,188); }
td.TdClassName
{
border-color: #758BBC;
}
.TagClassName
{
border-color: #758BBC;
}
</style>