Shades of Wild Blue Yonder #738DC1
Tints of Wild Blue Yonder #738DC1
RGB
CMYK
RGB Variations
Color information
#738DC1 (or 0x738DC1) is known color: Wild Blue Yonder. HEX triplet: 73, 8D and C1. RGB value is (115,141,193). Sum of RGB (Red+Green+Blue) = 115+141+193=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #738DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738DC1 is #8C723E. Grayscale: #8A8A8A. Windows color (decimal): -9204287 or 12684659. OLE color: 12684659.
HSL color Cylindrical-coordinate representation of color #738DC1: hue angle of 220º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #738DC1 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 141 | 193 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.24 |
| HSL | 220º | 0.39% | 0.6% | - |
| HSV(B) | 220º | 0.4% | 0.76% | - |
| XYZ | 26.22 | 26.54 | 54.19 | - |
| YUV | 139.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 193 | 0.40 | 0.27 | 0 | 0.24 | 220 | 0.39 | 0.6 |
| Hex | 73 | 8D | C1 | 28 | 1B | 0 | 18 | DC | 27 | 3C |
| Octal | 163 | 215 | 301 | 50 | 33 | 0 | 30 | 334 | 47 | 74 |
| Binary | 1110011 | 10001101 | 11000001 | 101000 | 11011 | 0 | 11000 | 11011100 | 100111 | 111100 |
Color Harmonies of #738DC1
Complementary color
Monochromatic Colors of #738DC1
Black with #738DC1
Text Example
Text Example
White with #738DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DC1; }
p { color: rgb(115,141,193); }
H1.HeaderClassName
{
color: #738DC1;
}
.AnyTagClassName
{
color: #738DC1;
}
</style>
background-color css
<style>
a { background-color: #738DC1; }
a { background-color: rgb(115,141,193); }
div.DivClassName
{
background-color: #738DC1;
}
.BgClassName
{
background-color: #738DC1;
}
</style>
border-color css
<style>
span { border-color: #738DC1; }
span { border-color: rgb(115,141,193); }
td.TdClassName
{
border-color: #738DC1;
}
.TagClassName
{
border-color: #738DC1;
}
</style>