Shades of Wild Blue Yonder #738ECF
Tints of Wild Blue Yonder #738ECF
RGB
CMYK
RGB Variations
Color information
#738ECF (or 0x738ECF) is known color: Wild Blue Yonder. HEX triplet: 73, 8E and CF. RGB value is (115,142,207). Sum of RGB (Red+Green+Blue) = 115+142+207=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 142 (55.86% from 255 or 30.60% 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 #738ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738ECF is #8C7130. Grayscale: #8D8D8D. Windows color (decimal): -9204017 or 13602419. OLE color: 13602419.
HSL color Cylindrical-coordinate representation of color #738ECF: hue angle of 222.39º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #738ECF is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 142 | 207 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.19 |
| HSL | 222.39º | 0.49% | 0.63% | - |
| HSV(B) | 222.39º | 0.44% | 0.81% | - |
| XYZ | 28.01 | 27.5 | 62.86 | - |
| YUV | 141.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 207 | 0.44 | 0.31 | 0 | 0.19 | 222.39 | 0.49 | 0.63 |
| Hex | 73 | 8E | CF | 2C | 1F | 0 | 13 | DE | 31 | 3F |
| Octal | 163 | 216 | 317 | 54 | 37 | 0 | 23 | 336 | 61 | 77 |
| Binary | 1110011 | 10001110 | 11001111 | 101100 | 11111 | 0 | 10011 | 11011110 | 110001 | 111111 |
Color Harmonies of #738ECF
Complementary color
Monochromatic Colors of #738ECF
Black with #738ECF
Text Example
Text Example
White with #738ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738ECF; }
p { color: rgb(115,142,207); }
H1.HeaderClassName
{
color: #738ECF;
}
.AnyTagClassName
{
color: #738ECF;
}
</style>
background-color css
<style>
a { background-color: #738ECF; }
a { background-color: rgb(115,142,207); }
div.DivClassName
{
background-color: #738ECF;
}
.BgClassName
{
background-color: #738ECF;
}
</style>
border-color css
<style>
span { border-color: #738ECF; }
span { border-color: rgb(115,142,207); }
td.TdClassName
{
border-color: #738ECF;
}
.TagClassName
{
border-color: #738ECF;
}
</style>