Shades of Wild Blue Yonder #758BBF
Tints of Wild Blue Yonder #758BBF
RGB
CMYK
RGB Variations
Color information
#758BBF (or 0x758BBF) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and BF. RGB value is (117,139,191). Sum of RGB (Red+Green+Blue) = 117+139+191=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #758BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BBF is #8A7440. Grayscale: #8A8A8A. Windows color (decimal): -9073729 or 12553077. OLE color: 12553077.
HSL color Cylindrical-coordinate representation of color #758BBF: hue angle of 222.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758BBF is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 139 | 191 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.25 |
| HSL | 222.16º | 0.37% | 0.6% | - |
| HSV(B) | 222.16º | 0.39% | 0.75% | - |
| XYZ | 25.97 | 26.01 | 52.94 | - |
| YUV | 138.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 191 | 0.39 | 0.27 | 0 | 0.25 | 222.16 | 0.37 | 0.6 |
| Hex | 75 | 8B | BF | 27 | 1B | 0 | 19 | DE | 25 | 3C |
| Octal | 165 | 213 | 277 | 47 | 33 | 0 | 31 | 336 | 45 | 74 |
| Binary | 1110101 | 10001011 | 10111111 | 100111 | 11011 | 0 | 11001 | 11011110 | 100101 | 111100 |
Color Harmonies of #758BBF
Complementary color
Monochromatic Colors of #758BBF
Black with #758BBF
Text Example
Text Example
White with #758BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BBF; }
p { color: rgb(117,139,191); }
H1.HeaderClassName
{
color: #758BBF;
}
.AnyTagClassName
{
color: #758BBF;
}
</style>
background-color css
<style>
a { background-color: #758BBF; }
a { background-color: rgb(117,139,191); }
div.DivClassName
{
background-color: #758BBF;
}
.BgClassName
{
background-color: #758BBF;
}
</style>
border-color css
<style>
span { border-color: #758BBF; }
span { border-color: rgb(117,139,191); }
td.TdClassName
{
border-color: #758BBF;
}
.TagClassName
{
border-color: #758BBF;
}
</style>