Shades of Wild Blue Yonder #738EC0
Tints of Wild Blue Yonder #738EC0
RGB
CMYK
RGB Variations
Color information
#738EC0 (or 0x738EC0) is known color: Wild Blue Yonder. HEX triplet: 73, 8E and C0. RGB value is (115,142,192). Sum of RGB (Red+Green+Blue) = 115+142+192=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #738EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738EC0 is #8C713F. Grayscale: #8B8B8B. Windows color (decimal): -9204032 or 12619379. OLE color: 12619379.
HSL color Cylindrical-coordinate representation of color #738EC0: hue angle of 218.96º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #738EC0 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 142 | 192 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.25 |
| HSL | 218.96º | 0.38% | 0.6% | - |
| HSV(B) | 218.96º | 0.4% | 0.75% | - |
| XYZ | 26.26 | 26.8 | 53.66 | - |
| YUV | 139.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 192 | 0.40 | 0.26 | 0 | 0.25 | 218.96 | 0.38 | 0.6 |
| Hex | 73 | 8E | C0 | 28 | 1A | 0 | 19 | DB | 26 | 3C |
| Octal | 163 | 216 | 300 | 50 | 32 | 0 | 31 | 333 | 46 | 74 |
| Binary | 1110011 | 10001110 | 11000000 | 101000 | 11010 | 0 | 11001 | 11011011 | 100110 | 111100 |
Color Harmonies of #738EC0
Complementary color
Monochromatic Colors of #738EC0
Black with #738EC0
Text Example
Text Example
White with #738EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738EC0; }
p { color: rgb(115,142,192); }
H1.HeaderClassName
{
color: #738EC0;
}
.AnyTagClassName
{
color: #738EC0;
}
</style>
background-color css
<style>
a { background-color: #738EC0; }
a { background-color: rgb(115,142,192); }
div.DivClassName
{
background-color: #738EC0;
}
.BgClassName
{
background-color: #738EC0;
}
</style>
border-color css
<style>
span { border-color: #738EC0; }
span { border-color: rgb(115,142,192); }
td.TdClassName
{
border-color: #738EC0;
}
.TagClassName
{
border-color: #738EC0;
}
</style>