Shades of Wild Blue Yonder #738AD1
Tints of Wild Blue Yonder #738AD1
RGB
CMYK
RGB Variations
Color information
#738AD1 (or 0x738AD1) is known color: Wild Blue Yonder. HEX triplet: 73, 8A and D1. RGB value is (115,138,209). Sum of RGB (Red+Green+Blue) = 115+138+209=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #738AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738AD1 is #8C752E. Grayscale: #8A8A8A. Windows color (decimal): -9205039 or 13732467. OLE color: 13732467.
HSL color Cylindrical-coordinate representation of color #738AD1: hue angle of 225.32º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #738AD1 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 138 | 209 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.18 |
| HSL | 225.32º | 0.51% | 0.64% | - |
| HSV(B) | 225.32º | 0.45% | 0.82% | - |
| XYZ | 27.67 | 26.43 | 63.96 | - |
| YUV | 139.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 209 | 0.45 | 0.34 | 0 | 0.18 | 225.32 | 0.51 | 0.64 |
| Hex | 73 | 8A | D1 | 2D | 22 | 0 | 12 | E1 | 33 | 40 |
| Octal | 163 | 212 | 321 | 55 | 42 | 0 | 22 | 341 | 63 | 100 |
| Binary | 1110011 | 10001010 | 11010001 | 101101 | 100010 | 0 | 10010 | 11100001 | 110011 | 1000000 |
Color Harmonies of #738AD1
Complementary color
Monochromatic Colors of #738AD1
Black with #738AD1
Text Example
Text Example
White with #738AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738AD1; }
p { color: rgb(115,138,209); }
H1.HeaderClassName
{
color: #738AD1;
}
.AnyTagClassName
{
color: #738AD1;
}
</style>
background-color css
<style>
a { background-color: #738AD1; }
a { background-color: rgb(115,138,209); }
div.DivClassName
{
background-color: #738AD1;
}
.BgClassName
{
background-color: #738AD1;
}
</style>
border-color css
<style>
span { border-color: #738AD1; }
span { border-color: rgb(115,138,209); }
td.TdClassName
{
border-color: #738AD1;
}
.TagClassName
{
border-color: #738AD1;
}
</style>