Shades of Wild Blue Yonder #758BC9
Tints of Wild Blue Yonder #758BC9
RGB
CMYK
RGB Variations
Color information
#758BC9 (or 0x758BC9) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and C9. RGB value is (117,139,201). Sum of RGB (Red+Green+Blue) = 117+139+201=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #758BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BC9 is #8A7436. Grayscale: #8B8B8B. Windows color (decimal): -9073719 or 13208437. OLE color: 13208437.
HSL color Cylindrical-coordinate representation of color #758BC9: hue angle of 224.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #758BC9 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 139 | 201 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.21 |
| HSL | 224.29º | 0.44% | 0.62% | - |
| HSV(B) | 224.29º | 0.42% | 0.79% | - |
| XYZ | 27.11 | 26.46 | 58.94 | - |
| YUV | 139.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 201 | 0.42 | 0.31 | 0 | 0.21 | 224.29 | 0.44 | 0.62 |
| Hex | 75 | 8B | C9 | 2A | 1F | 0 | 15 | E0 | 2C | 3E |
| Octal | 165 | 213 | 311 | 52 | 37 | 0 | 25 | 340 | 54 | 76 |
| Binary | 1110101 | 10001011 | 11001001 | 101010 | 11111 | 0 | 10101 | 11100000 | 101100 | 111110 |
Color Harmonies of #758BC9
Complementary color
Monochromatic Colors of #758BC9
Black with #758BC9
Text Example
Text Example
White with #758BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BC9; }
p { color: rgb(117,139,201); }
H1.HeaderClassName
{
color: #758BC9;
}
.AnyTagClassName
{
color: #758BC9;
}
</style>
background-color css
<style>
a { background-color: #758BC9; }
a { background-color: rgb(117,139,201); }
div.DivClassName
{
background-color: #758BC9;
}
.BgClassName
{
background-color: #758BC9;
}
</style>
border-color css
<style>
span { border-color: #758BC9; }
span { border-color: rgb(117,139,201); }
td.TdClassName
{
border-color: #758BC9;
}
.TagClassName
{
border-color: #758BC9;
}
</style>