Shades of Wild Blue Yonder #758CCF
Tints of Wild Blue Yonder #758CCF
RGB
CMYK
RGB Variations
Color information
#758CCF (or 0x758CCF) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and CF. RGB value is (117,140,207). Sum of RGB (Red+Green+Blue) = 117+140+207=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #758CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CCF is #8A7330. Grayscale: #8C8C8C. Windows color (decimal): -9073457 or 13601909. OLE color: 13601909.
HSL color Cylindrical-coordinate representation of color #758CCF: hue angle of 224.67º 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 #758CCF is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 140 | 207 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.19 |
| HSL | 224.67º | 0.48% | 0.64% | - |
| HSV(B) | 224.67º | 0.43% | 0.81% | - |
| XYZ | 27.98 | 27.04 | 62.78 | - |
| YUV | 140.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 207 | 0.43 | 0.32 | 0 | 0.19 | 224.67 | 0.48 | 0.64 |
| Hex | 75 | 8C | CF | 2B | 20 | 0 | 13 | E1 | 30 | 40 |
| Octal | 165 | 214 | 317 | 53 | 40 | 0 | 23 | 341 | 60 | 100 |
| Binary | 1110101 | 10001100 | 11001111 | 101011 | 100000 | 0 | 10011 | 11100001 | 110000 | 1000000 |
Color Harmonies of #758CCF
Complementary color
Monochromatic Colors of #758CCF
Black with #758CCF
Text Example
Text Example
White with #758CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CCF; }
p { color: rgb(117,140,207); }
H1.HeaderClassName
{
color: #758CCF;
}
.AnyTagClassName
{
color: #758CCF;
}
</style>
background-color css
<style>
a { background-color: #758CCF; }
a { background-color: rgb(117,140,207); }
div.DivClassName
{
background-color: #758CCF;
}
.BgClassName
{
background-color: #758CCF;
}
</style>
border-color css
<style>
span { border-color: #758CCF; }
span { border-color: rgb(117,140,207); }
td.TdClassName
{
border-color: #758CCF;
}
.TagClassName
{
border-color: #758CCF;
}
</style>