Shades of Wild Blue Yonder #758CBA
Tints of Wild Blue Yonder #758CBA
RGB
CMYK
RGB Variations
Color information
#758CBA (or 0x758CBA) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and BA. RGB value is (117,140,186). Sum of RGB (Red+Green+Blue) = 117+140+186=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #758CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CBA is #8A7345. Grayscale: #8A8A8A. Windows color (decimal): -9073478 or 12225653. OLE color: 12225653.
HSL color Cylindrical-coordinate representation of color #758CBA: hue angle of 220º 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 #758CBA is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 140 | 186 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.27 |
| HSL | 220º | 0.33% | 0.59% | - |
| HSV(B) | 220º | 0.37% | 0.73% | - |
| XYZ | 25.58 | 26.08 | 50.14 | - |
| YUV | 138.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 186 | 0.37 | 0.25 | 0 | 0.27 | 220 | 0.33 | 0.59 |
| Hex | 75 | 8C | BA | 25 | 19 | 0 | 1B | DC | 21 | 3B |
| Octal | 165 | 214 | 272 | 45 | 31 | 0 | 33 | 334 | 41 | 73 |
| Binary | 1110101 | 10001100 | 10111010 | 100101 | 11001 | 0 | 11011 | 11011100 | 100001 | 111011 |
Color Harmonies of #758CBA
Complementary color
Monochromatic Colors of #758CBA
Black with #758CBA
Text Example
Text Example
White with #758CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CBA; }
p { color: rgb(117,140,186); }
H1.HeaderClassName
{
color: #758CBA;
}
.AnyTagClassName
{
color: #758CBA;
}
</style>
background-color css
<style>
a { background-color: #758CBA; }
a { background-color: rgb(117,140,186); }
div.DivClassName
{
background-color: #758CBA;
}
.BgClassName
{
background-color: #758CBA;
}
</style>
border-color css
<style>
span { border-color: #758CBA; }
span { border-color: rgb(117,140,186); }
td.TdClassName
{
border-color: #758CBA;
}
.TagClassName
{
border-color: #758CBA;
}
</style>