Shades of Wild Blue Yonder #738AC0
Tints of Wild Blue Yonder #738AC0
RGB
CMYK
RGB Variations
Color information
#738AC0 (or 0x738AC0) is known color: Wild Blue Yonder. HEX triplet: 73, 8A and C0. RGB value is (115,138,192). Sum of RGB (Red+Green+Blue) = 115+138+192=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #738AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738AC0 is #8C753F. Grayscale: #898989. Windows color (decimal): -9205056 or 12618355. OLE color: 12618355.
HSL color Cylindrical-coordinate representation of color #738AC0: hue angle of 222.08º 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 #738AC0 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 138 | 192 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.25 |
| HSL | 222.08º | 0.38% | 0.6% | - |
| HSV(B) | 222.08º | 0.4% | 0.75% | - |
| XYZ | 25.67 | 25.63 | 53.46 | - |
| YUV | 137.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 192 | 0.40 | 0.28 | 0 | 0.25 | 222.08 | 0.38 | 0.6 |
| Hex | 73 | 8A | C0 | 28 | 1C | 0 | 19 | DE | 26 | 3C |
| Octal | 163 | 212 | 300 | 50 | 34 | 0 | 31 | 336 | 46 | 74 |
| Binary | 1110011 | 10001010 | 11000000 | 101000 | 11100 | 0 | 11001 | 11011110 | 100110 | 111100 |
Color Harmonies of #738AC0
Complementary color
Monochromatic Colors of #738AC0
Black with #738AC0
Text Example
Text Example
White with #738AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738AC0; }
p { color: rgb(115,138,192); }
H1.HeaderClassName
{
color: #738AC0;
}
.AnyTagClassName
{
color: #738AC0;
}
</style>
background-color css
<style>
a { background-color: #738AC0; }
a { background-color: rgb(115,138,192); }
div.DivClassName
{
background-color: #738AC0;
}
.BgClassName
{
background-color: #738AC0;
}
</style>
border-color css
<style>
span { border-color: #738AC0; }
span { border-color: rgb(115,138,192); }
td.TdClassName
{
border-color: #738AC0;
}
.TagClassName
{
border-color: #738AC0;
}
</style>