Shades of Wild Blue Yonder #758BBE
Tints of Wild Blue Yonder #758BBE
RGB
CMYK
RGB Variations
Color information
#758BBE (or 0x758BBE) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and BE. RGB value is (117,139,190). Sum of RGB (Red+Green+Blue) = 117+139+190=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #758BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BBE is #8A7441. Grayscale: #8A8A8A. Windows color (decimal): -9073730 or 12487541. OLE color: 12487541.
HSL color Cylindrical-coordinate representation of color #758BBE: hue angle of 221.92º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758BBE is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 139 | 190 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.25 |
| HSL | 221.92º | 0.36% | 0.6% | - |
| HSV(B) | 221.92º | 0.38% | 0.75% | - |
| XYZ | 25.86 | 25.96 | 52.36 | - |
| YUV | 138.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 190 | 0.38 | 0.27 | 0 | 0.25 | 221.92 | 0.36 | 0.6 |
| Hex | 75 | 8B | BE | 26 | 1B | 0 | 19 | DE | 24 | 3C |
| Octal | 165 | 213 | 276 | 46 | 33 | 0 | 31 | 336 | 44 | 74 |
| Binary | 1110101 | 10001011 | 10111110 | 100110 | 11011 | 0 | 11001 | 11011110 | 100100 | 111100 |
Color Harmonies of #758BBE
Complementary color
Monochromatic Colors of #758BBE
Black with #758BBE
Text Example
Text Example
White with #758BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BBE; }
p { color: rgb(117,139,190); }
H1.HeaderClassName
{
color: #758BBE;
}
.AnyTagClassName
{
color: #758BBE;
}
</style>
background-color css
<style>
a { background-color: #758BBE; }
a { background-color: rgb(117,139,190); }
div.DivClassName
{
background-color: #758BBE;
}
.BgClassName
{
background-color: #758BBE;
}
</style>
border-color css
<style>
span { border-color: #758BBE; }
span { border-color: rgb(117,139,190); }
td.TdClassName
{
border-color: #758BBE;
}
.TagClassName
{
border-color: #758BBE;
}
</style>