Shades of Wild Blue Yonder #738CC0
Tints of Wild Blue Yonder #738CC0
RGB
CMYK
RGB Variations
Color information
#738CC0 (or 0x738CC0) is known color: Wild Blue Yonder. HEX triplet: 73, 8C and C0. RGB value is (115,140,192). Sum of RGB (Red+Green+Blue) = 115+140+192=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #738CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CC0 is #8C733F. Grayscale: #8A8A8A. Windows color (decimal): -9204544 or 12618867. OLE color: 12618867.
HSL color Cylindrical-coordinate representation of color #738CC0: hue angle of 220.52º 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 #738CC0 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 140 | 192 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.25 |
| HSL | 220.52º | 0.38% | 0.6% | - |
| HSV(B) | 220.52º | 0.4% | 0.75% | - |
| XYZ | 25.96 | 26.21 | 53.56 | - |
| YUV | 138.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 192 | 0.40 | 0.27 | 0 | 0.25 | 220.52 | 0.38 | 0.6 |
| Hex | 73 | 8C | C0 | 28 | 1B | 0 | 19 | DD | 26 | 3C |
| Octal | 163 | 214 | 300 | 50 | 33 | 0 | 31 | 335 | 46 | 74 |
| Binary | 1110011 | 10001100 | 11000000 | 101000 | 11011 | 0 | 11001 | 11011101 | 100110 | 111100 |
Color Harmonies of #738CC0
Complementary color
Monochromatic Colors of #738CC0
Black with #738CC0
Text Example
Text Example
White with #738CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CC0; }
p { color: rgb(115,140,192); }
H1.HeaderClassName
{
color: #738CC0;
}
.AnyTagClassName
{
color: #738CC0;
}
</style>
background-color css
<style>
a { background-color: #738CC0; }
a { background-color: rgb(115,140,192); }
div.DivClassName
{
background-color: #738CC0;
}
.BgClassName
{
background-color: #738CC0;
}
</style>
border-color css
<style>
span { border-color: #738CC0; }
span { border-color: rgb(115,140,192); }
td.TdClassName
{
border-color: #738CC0;
}
.TagClassName
{
border-color: #738CC0;
}
</style>