Shades of Wild Blue Yonder #738CCF
Tints of Wild Blue Yonder #738CCF
RGB
CMYK
RGB Variations
Color information
#738CCF (or 0x738CCF) is known color: Wild Blue Yonder. HEX triplet: 73, 8C and CF. RGB value is (115,140,207). Sum of RGB (Red+Green+Blue) = 115+140+207=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #738CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CCF is #8C7330. Grayscale: #8B8B8B. Windows color (decimal): -9204529 or 13601907. OLE color: 13601907.
HSL color Cylindrical-coordinate representation of color #738CCF: hue angle of 223.7º 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 #738CCF is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 140 | 207 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.19 |
| HSL | 223.7º | 0.49% | 0.63% | - |
| HSV(B) | 223.7º | 0.44% | 0.81% | - |
| XYZ | 27.71 | 26.91 | 62.76 | - |
| YUV | 140.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 207 | 0.44 | 0.32 | 0 | 0.19 | 223.7 | 0.49 | 0.63 |
| Hex | 73 | 8C | CF | 2C | 20 | 0 | 13 | E0 | 31 | 3F |
| Octal | 163 | 214 | 317 | 54 | 40 | 0 | 23 | 340 | 61 | 77 |
| Binary | 1110011 | 10001100 | 11001111 | 101100 | 100000 | 0 | 10011 | 11100000 | 110001 | 111111 |
Color Harmonies of #738CCF
Complementary color
Monochromatic Colors of #738CCF
Black with #738CCF
Text Example
Text Example
White with #738CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CCF; }
p { color: rgb(115,140,207); }
H1.HeaderClassName
{
color: #738CCF;
}
.AnyTagClassName
{
color: #738CCF;
}
</style>
background-color css
<style>
a { background-color: #738CCF; }
a { background-color: rgb(115,140,207); }
div.DivClassName
{
background-color: #738CCF;
}
.BgClassName
{
background-color: #738CCF;
}
</style>
border-color css
<style>
span { border-color: #738CCF; }
span { border-color: rgb(115,140,207); }
td.TdClassName
{
border-color: #738CCF;
}
.TagClassName
{
border-color: #738CCF;
}
</style>