Shades of Wild Blue Yonder #738FCA
Tints of Wild Blue Yonder #738FCA
RGB
CMYK
RGB Variations
Color information
#738FCA (or 0x738FCA) is known color: Wild Blue Yonder. HEX triplet: 73, 8F and CA. RGB value is (115,143,202). Sum of RGB (Red+Green+Blue) = 115+143+202=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #738FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738FCA is #8C7035. Grayscale: #8D8D8D. Windows color (decimal): -9203766 or 13274995. OLE color: 13274995.
HSL color Cylindrical-coordinate representation of color #738FCA: hue angle of 220.69º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #738FCA is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 143 | 202 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.21 |
| HSL | 220.69º | 0.45% | 0.62% | - |
| HSV(B) | 220.69º | 0.43% | 0.79% | - |
| XYZ | 27.55 | 27.55 | 59.74 | - |
| YUV | 141.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 202 | 0.43 | 0.29 | 0 | 0.21 | 220.69 | 0.45 | 0.62 |
| Hex | 73 | 8F | CA | 2B | 1D | 0 | 15 | DD | 2D | 3E |
| Octal | 163 | 217 | 312 | 53 | 35 | 0 | 25 | 335 | 55 | 76 |
| Binary | 1110011 | 10001111 | 11001010 | 101011 | 11101 | 0 | 10101 | 11011101 | 101101 | 111110 |
Color Harmonies of #738FCA
Complementary color
Monochromatic Colors of #738FCA
Black with #738FCA
Text Example
Text Example
White with #738FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738FCA; }
p { color: rgb(115,143,202); }
H1.HeaderClassName
{
color: #738FCA;
}
.AnyTagClassName
{
color: #738FCA;
}
</style>
background-color css
<style>
a { background-color: #738FCA; }
a { background-color: rgb(115,143,202); }
div.DivClassName
{
background-color: #738FCA;
}
.BgClassName
{
background-color: #738FCA;
}
</style>
border-color css
<style>
span { border-color: #738FCA; }
span { border-color: rgb(115,143,202); }
td.TdClassName
{
border-color: #738FCA;
}
.TagClassName
{
border-color: #738FCA;
}
</style>