Shades of Wild Blue Yonder #758ECC
Tints of Wild Blue Yonder #758ECC
RGB
CMYK
RGB Variations
Color information
#758ECC (or 0x758ECC) is known color: Wild Blue Yonder. HEX triplet: 75, 8E and CC. RGB value is (117,142,204). Sum of RGB (Red+Green+Blue) = 117+142+204=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #758ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ECC is #8A7133. Grayscale: #8D8D8D. Windows color (decimal): -9072948 or 13405813. OLE color: 13405813.
HSL color Cylindrical-coordinate representation of color #758ECC: hue angle of 222.76º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758ECC is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 142 | 204 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.2 |
| HSL | 222.76º | 0.46% | 0.63% | - |
| HSV(B) | 222.76º | 0.43% | 0.8% | - |
| XYZ | 27.91 | 27.49 | 60.96 | - |
| YUV | 141.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 204 | 0.43 | 0.30 | 0 | 0.2 | 222.76 | 0.46 | 0.63 |
| Hex | 75 | 8E | CC | 2B | 1E | 0 | 14 | DF | 2E | 3F |
| Octal | 165 | 216 | 314 | 53 | 36 | 0 | 24 | 337 | 56 | 77 |
| Binary | 1110101 | 10001110 | 11001100 | 101011 | 11110 | 0 | 10100 | 11011111 | 101110 | 111111 |
Color Harmonies of #758ECC
Complementary color
Monochromatic Colors of #758ECC
Black with #758ECC
Text Example
Text Example
White with #758ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758ECC; }
p { color: rgb(117,142,204); }
H1.HeaderClassName
{
color: #758ECC;
}
.AnyTagClassName
{
color: #758ECC;
}
</style>
background-color css
<style>
a { background-color: #758ECC; }
a { background-color: rgb(117,142,204); }
div.DivClassName
{
background-color: #758ECC;
}
.BgClassName
{
background-color: #758ECC;
}
</style>
border-color css
<style>
span { border-color: #758ECC; }
span { border-color: rgb(117,142,204); }
td.TdClassName
{
border-color: #758ECC;
}
.TagClassName
{
border-color: #758ECC;
}
</style>