Shades of Wild Blue Yonder #758BBB
Tints of Wild Blue Yonder #758BBB
RGB
CMYK
RGB Variations
Color information
#758BBB (or 0x758BBB) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and BB. RGB value is (117,139,187). Sum of RGB (Red+Green+Blue) = 117+139+187=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #758BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BBB is #8A7444. Grayscale: #898989. Windows color (decimal): -9073733 or 12290933. OLE color: 12290933.
HSL color Cylindrical-coordinate representation of color #758BBB: hue angle of 221.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #758BBB is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 139 | 187 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.27 |
| HSL | 221.14º | 0.34% | 0.6% | - |
| HSV(B) | 221.14º | 0.37% | 0.73% | - |
| XYZ | 25.54 | 25.84 | 50.65 | - |
| YUV | 137.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 187 | 0.37 | 0.26 | 0 | 0.27 | 221.14 | 0.34 | 0.6 |
| Hex | 75 | 8B | BB | 25 | 1A | 0 | 1B | DD | 22 | 3C |
| Octal | 165 | 213 | 273 | 45 | 32 | 0 | 33 | 335 | 42 | 74 |
| Binary | 1110101 | 10001011 | 10111011 | 100101 | 11010 | 0 | 11011 | 11011101 | 100010 | 111100 |
Color Harmonies of #758BBB
Complementary color
Monochromatic Colors of #758BBB
Black with #758BBB
Text Example
Text Example
White with #758BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BBB; }
p { color: rgb(117,139,187); }
H1.HeaderClassName
{
color: #758BBB;
}
.AnyTagClassName
{
color: #758BBB;
}
</style>
background-color css
<style>
a { background-color: #758BBB; }
a { background-color: rgb(117,139,187); }
div.DivClassName
{
background-color: #758BBB;
}
.BgClassName
{
background-color: #758BBB;
}
</style>
border-color css
<style>
span { border-color: #758BBB; }
span { border-color: rgb(117,139,187); }
td.TdClassName
{
border-color: #758BBB;
}
.TagClassName
{
border-color: #758BBB;
}
</style>