Shades of Wild Blue Yonder #758BC6
Tints of Wild Blue Yonder #758BC6
RGB
CMYK
RGB Variations
Color information
#758BC6 (or 0x758BC6) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and C6. RGB value is (117,139,198). Sum of RGB (Red+Green+Blue) = 117+139+198=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #758BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BC6 is #8A7439. Grayscale: #8A8A8A. Windows color (decimal): -9073722 or 13011829. OLE color: 13011829.
HSL color Cylindrical-coordinate representation of color #758BC6: hue angle of 223.7º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #758BC6 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 139 | 198 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.22 |
| HSL | 223.7º | 0.42% | 0.62% | - |
| HSV(B) | 223.7º | 0.41% | 0.78% | - |
| XYZ | 26.76 | 26.32 | 57.1 | - |
| YUV | 139.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 198 | 0.41 | 0.30 | 0 | 0.22 | 223.7 | 0.42 | 0.62 |
| Hex | 75 | 8B | C6 | 29 | 1E | 0 | 16 | E0 | 2A | 3E |
| Octal | 165 | 213 | 306 | 51 | 36 | 0 | 26 | 340 | 52 | 76 |
| Binary | 1110101 | 10001011 | 11000110 | 101001 | 11110 | 0 | 10110 | 11100000 | 101010 | 111110 |
Color Harmonies of #758BC6
Complementary color
Monochromatic Colors of #758BC6
Black with #758BC6
Text Example
Text Example
White with #758BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BC6; }
p { color: rgb(117,139,198); }
H1.HeaderClassName
{
color: #758BC6;
}
.AnyTagClassName
{
color: #758BC6;
}
</style>
background-color css
<style>
a { background-color: #758BC6; }
a { background-color: rgb(117,139,198); }
div.DivClassName
{
background-color: #758BC6;
}
.BgClassName
{
background-color: #758BC6;
}
</style>
border-color css
<style>
span { border-color: #758BC6; }
span { border-color: rgb(117,139,198); }
td.TdClassName
{
border-color: #758BC6;
}
.TagClassName
{
border-color: #758BC6;
}
</style>