Shades of Wild Blue Yonder #738DC6
Tints of Wild Blue Yonder #738DC6
RGB
CMYK
RGB Variations
Color information
#738DC6 (or 0x738DC6) is known color: Wild Blue Yonder. HEX triplet: 73, 8D and C6. RGB value is (115,141,198). Sum of RGB (Red+Green+Blue) = 115+141+198=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #738DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738DC6 is #8C7239. Grayscale: #8B8B8B. Windows color (decimal): -9204282 or 13012339. OLE color: 13012339.
HSL color Cylindrical-coordinate representation of color #738DC6: hue angle of 221.2º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #738DC6 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 141 | 198 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.22 |
| HSL | 221.2º | 0.42% | 0.61% | - |
| HSV(B) | 221.2º | 0.42% | 0.78% | - |
| XYZ | 26.79 | 26.77 | 57.18 | - |
| YUV | 139.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 198 | 0.42 | 0.29 | 0 | 0.22 | 221.2 | 0.42 | 0.61 |
| Hex | 73 | 8D | C6 | 2A | 1D | 0 | 16 | DD | 2A | 3D |
| Octal | 163 | 215 | 306 | 52 | 35 | 0 | 26 | 335 | 52 | 75 |
| Binary | 1110011 | 10001101 | 11000110 | 101010 | 11101 | 0 | 10110 | 11011101 | 101010 | 111101 |
Color Harmonies of #738DC6
Complementary color
Monochromatic Colors of #738DC6
Black with #738DC6
Text Example
Text Example
White with #738DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DC6; }
p { color: rgb(115,141,198); }
H1.HeaderClassName
{
color: #738DC6;
}
.AnyTagClassName
{
color: #738DC6;
}
</style>
background-color css
<style>
a { background-color: #738DC6; }
a { background-color: rgb(115,141,198); }
div.DivClassName
{
background-color: #738DC6;
}
.BgClassName
{
background-color: #738DC6;
}
</style>
border-color css
<style>
span { border-color: #738DC6; }
span { border-color: rgb(115,141,198); }
td.TdClassName
{
border-color: #738DC6;
}
.TagClassName
{
border-color: #738DC6;
}
</style>