Shades of Wild Blue Yonder #758FB9
Tints of Wild Blue Yonder #758FB9
RGB
CMYK
RGB Variations
Color information
#758FB9 (or 0x758FB9) is known color: Wild Blue Yonder. HEX triplet: 75, 8F and B9. RGB value is (117,143,185). Sum of RGB (Red+Green+Blue) = 117+143+185=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #758FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FB9 is #8A7046. Grayscale: #8B8B8B. Windows color (decimal): -9072711 or 12160885. OLE color: 12160885.
HSL color Cylindrical-coordinate representation of color #758FB9: hue angle of 217.06º 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 #758FB9 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 143 | 185 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.27 |
| HSL | 217.06º | 0.33% | 0.59% | - |
| HSV(B) | 217.06º | 0.37% | 0.73% | - |
| XYZ | 25.92 | 26.93 | 49.73 | - |
| YUV | 140.01 | 153.39 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 185 | 0.37 | 0.23 | 0 | 0.27 | 217.06 | 0.33 | 0.59 |
| Hex | 75 | 8F | B9 | 25 | 17 | 0 | 1B | D9 | 21 | 3B |
| Octal | 165 | 217 | 271 | 45 | 27 | 0 | 33 | 331 | 41 | 73 |
| Binary | 1110101 | 10001111 | 10111001 | 100101 | 10111 | 0 | 11011 | 11011001 | 100001 | 111011 |
Color Harmonies of #758FB9
Complementary color
Monochromatic Colors of #758FB9
Black with #758FB9
Text Example
Text Example
White with #758FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FB9; }
p { color: rgb(117,143,185); }
H1.HeaderClassName
{
color: #758FB9;
}
.AnyTagClassName
{
color: #758FB9;
}
</style>
background-color css
<style>
a { background-color: #758FB9; }
a { background-color: rgb(117,143,185); }
div.DivClassName
{
background-color: #758FB9;
}
.BgClassName
{
background-color: #758FB9;
}
</style>
border-color css
<style>
span { border-color: #758FB9; }
span { border-color: rgb(117,143,185); }
td.TdClassName
{
border-color: #758FB9;
}
.TagClassName
{
border-color: #758FB9;
}
</style>