Shades of Wild Blue Yonder #758ECE
Tints of Wild Blue Yonder #758ECE
RGB
CMYK
RGB Variations
Color information
#758ECE (or 0x758ECE) is known color: Wild Blue Yonder. HEX triplet: 75, 8E and CE. RGB value is (117,142,206). Sum of RGB (Red+Green+Blue) = 117+142+206=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #758ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ECE is #8A7131. Grayscale: #8D8D8D. Windows color (decimal): -9072946 or 13536885. OLE color: 13536885.
HSL color Cylindrical-coordinate representation of color #758ECE: hue angle of 223.15º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758ECE is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 142 | 206 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.19 |
| HSL | 223.15º | 0.48% | 0.63% | - |
| HSV(B) | 223.15º | 0.43% | 0.81% | - |
| XYZ | 28.15 | 27.58 | 62.23 | - |
| YUV | 141.82 | 164.22 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 206 | 0.43 | 0.31 | 0 | 0.19 | 223.15 | 0.48 | 0.63 |
| Hex | 75 | 8E | CE | 2B | 1F | 0 | 13 | DF | 30 | 3F |
| Octal | 165 | 216 | 316 | 53 | 37 | 0 | 23 | 337 | 60 | 77 |
| Binary | 1110101 | 10001110 | 11001110 | 101011 | 11111 | 0 | 10011 | 11011111 | 110000 | 111111 |
Color Harmonies of #758ECE
Complementary color
Monochromatic Colors of #758ECE
Black with #758ECE
Text Example
Text Example
White with #758ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758ECE; }
p { color: rgb(117,142,206); }
H1.HeaderClassName
{
color: #758ECE;
}
.AnyTagClassName
{
color: #758ECE;
}
</style>
background-color css
<style>
a { background-color: #758ECE; }
a { background-color: rgb(117,142,206); }
div.DivClassName
{
background-color: #758ECE;
}
.BgClassName
{
background-color: #758ECE;
}
</style>
border-color css
<style>
span { border-color: #758ECE; }
span { border-color: rgb(117,142,206); }
td.TdClassName
{
border-color: #758ECE;
}
.TagClassName
{
border-color: #758ECE;
}
</style>