Shades of Wild Blue Yonder #758BCF
Tints of Wild Blue Yonder #758BCF
RGB
CMYK
RGB Variations
Color information
#758BCF (or 0x758BCF) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and CF. RGB value is (117,139,207). Sum of RGB (Red+Green+Blue) = 117+139+207=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #758BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BCF is #8A7430. Grayscale: #8B8B8B. Windows color (decimal): -9073713 or 13601653. OLE color: 13601653.
HSL color Cylindrical-coordinate representation of color #758BCF: hue angle of 225.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758BCF is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 139 | 207 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.19 |
| HSL | 225.33º | 0.48% | 0.64% | - |
| HSV(B) | 225.33º | 0.43% | 0.81% | - |
| XYZ | 27.83 | 26.75 | 62.73 | - |
| YUV | 140.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 207 | 0.43 | 0.33 | 0 | 0.19 | 225.33 | 0.48 | 0.64 |
| Hex | 75 | 8B | CF | 2B | 21 | 0 | 13 | E1 | 30 | 40 |
| Octal | 165 | 213 | 317 | 53 | 41 | 0 | 23 | 341 | 60 | 100 |
| Binary | 1110101 | 10001011 | 11001111 | 101011 | 100001 | 0 | 10011 | 11100001 | 110000 | 1000000 |
Color Harmonies of #758BCF
Complementary color
Monochromatic Colors of #758BCF
Black with #758BCF
Text Example
Text Example
White with #758BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BCF; }
p { color: rgb(117,139,207); }
H1.HeaderClassName
{
color: #758BCF;
}
.AnyTagClassName
{
color: #758BCF;
}
</style>
background-color css
<style>
a { background-color: #758BCF; }
a { background-color: rgb(117,139,207); }
div.DivClassName
{
background-color: #758BCF;
}
.BgClassName
{
background-color: #758BCF;
}
</style>
border-color css
<style>
span { border-color: #758BCF; }
span { border-color: rgb(117,139,207); }
td.TdClassName
{
border-color: #758BCF;
}
.TagClassName
{
border-color: #758BCF;
}
</style>