Shades of Wild Blue Yonder #738FCD
Tints of Wild Blue Yonder #738FCD
RGB
CMYK
RGB Variations
Color information
#738FCD (or 0x738FCD) is known color: Wild Blue Yonder. HEX triplet: 73, 8F and CD. RGB value is (115,143,205). Sum of RGB (Red+Green+Blue) = 115+143+205=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #738FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738FCD is #8C7032. Grayscale: #8D8D8D. Windows color (decimal): -9203763 or 13471603. OLE color: 13471603.
HSL color Cylindrical-coordinate representation of color #738FCD: hue angle of 221.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #738FCD is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 143 | 205 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.20 |
| HSL | 221.33º | 0.47% | 0.63% | - |
| HSV(B) | 221.33º | 0.44% | 0.8% | - |
| XYZ | 27.91 | 27.7 | 61.63 | - |
| YUV | 141.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 205 | 0.44 | 0.30 | 0 | 0.20 | 221.33 | 0.47 | 0.63 |
| Hex | 73 | 8F | CD | 2C | 1E | 0 | 14 | DD | 2F | 3F |
| Octal | 163 | 217 | 315 | 54 | 36 | 0 | 24 | 335 | 57 | 77 |
| Binary | 1110011 | 10001111 | 11001101 | 101100 | 11110 | 0 | 10100 | 11011101 | 101111 | 111111 |
Color Harmonies of #738FCD
Complementary color
Monochromatic Colors of #738FCD
Black with #738FCD
Text Example
Text Example
White with #738FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738FCD; }
p { color: rgb(115,143,205); }
H1.HeaderClassName
{
color: #738FCD;
}
.AnyTagClassName
{
color: #738FCD;
}
</style>
background-color css
<style>
a { background-color: #738FCD; }
a { background-color: rgb(115,143,205); }
div.DivClassName
{
background-color: #738FCD;
}
.BgClassName
{
background-color: #738FCD;
}
</style>
border-color css
<style>
span { border-color: #738FCD; }
span { border-color: rgb(115,143,205); }
td.TdClassName
{
border-color: #738FCD;
}
.TagClassName
{
border-color: #738FCD;
}
</style>