Shades of Wild Blue Yonder #758EC9
Tints of Wild Blue Yonder #758EC9
RGB
CMYK
RGB Variations
Color information
#758EC9 (or 0x758EC9) is known color: Wild Blue Yonder. HEX triplet: 75, 8E and C9. RGB value is (117,142,201). Sum of RGB (Red+Green+Blue) = 117+142+201=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #758EC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EC9 is #8A7136. Grayscale: #8C8C8C. Windows color (decimal): -9072951 or 13209205. OLE color: 13209205.
HSL color Cylindrical-coordinate representation of color #758EC9: hue angle of 222.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #758EC9 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 142 | 201 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.21 |
| HSL | 222.14º | 0.44% | 0.62% | - |
| HSV(B) | 222.14º | 0.42% | 0.79% | - |
| XYZ | 27.55 | 27.34 | 59.08 | - |
| YUV | 141.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 201 | 0.42 | 0.29 | 0 | 0.21 | 222.14 | 0.44 | 0.62 |
| Hex | 75 | 8E | C9 | 2A | 1D | 0 | 15 | DE | 2C | 3E |
| Octal | 165 | 216 | 311 | 52 | 35 | 0 | 25 | 336 | 54 | 76 |
| Binary | 1110101 | 10001110 | 11001001 | 101010 | 11101 | 0 | 10101 | 11011110 | 101100 | 111110 |
Color Harmonies of #758EC9
Complementary color
Monochromatic Colors of #758EC9
Black with #758EC9
Text Example
Text Example
White with #758EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EC9; }
p { color: rgb(117,142,201); }
H1.HeaderClassName
{
color: #758EC9;
}
.AnyTagClassName
{
color: #758EC9;
}
</style>
background-color css
<style>
a { background-color: #758EC9; }
a { background-color: rgb(117,142,201); }
div.DivClassName
{
background-color: #758EC9;
}
.BgClassName
{
background-color: #758EC9;
}
</style>
border-color css
<style>
span { border-color: #758EC9; }
span { border-color: rgb(117,142,201); }
td.TdClassName
{
border-color: #758EC9;
}
.TagClassName
{
border-color: #758EC9;
}
</style>