Shades of Wild Blue Yonder #738EBD
Tints of Wild Blue Yonder #738EBD
RGB
CMYK
RGB Variations
Color information
#738EBD (or 0x738EBD) is known color: Wild Blue Yonder. HEX triplet: 73, 8E and BD. RGB value is (115,142,189). Sum of RGB (Red+Green+Blue) = 115+142+189=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #738EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738EBD is #8C7142. Grayscale: #8B8B8B. Windows color (decimal): -9204035 or 12422771. OLE color: 12422771.
HSL color Cylindrical-coordinate representation of color #738EBD: hue angle of 218.11º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #738EBD is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 142 | 189 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.26 |
| HSL | 218.11º | 0.36% | 0.6% | - |
| HSV(B) | 218.11º | 0.39% | 0.74% | - |
| XYZ | 25.93 | 26.66 | 51.92 | - |
| YUV | 139.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 189 | 0.39 | 0.25 | 0 | 0.26 | 218.11 | 0.36 | 0.6 |
| Hex | 73 | 8E | BD | 27 | 19 | 0 | 1A | DA | 24 | 3C |
| Octal | 163 | 216 | 275 | 47 | 31 | 0 | 32 | 332 | 44 | 74 |
| Binary | 1110011 | 10001110 | 10111101 | 100111 | 11001 | 0 | 11010 | 11011010 | 100100 | 111100 |
Color Harmonies of #738EBD
Complementary color
Monochromatic Colors of #738EBD
Black with #738EBD
Text Example
Text Example
White with #738EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738EBD; }
p { color: rgb(115,142,189); }
H1.HeaderClassName
{
color: #738EBD;
}
.AnyTagClassName
{
color: #738EBD;
}
</style>
background-color css
<style>
a { background-color: #738EBD; }
a { background-color: rgb(115,142,189); }
div.DivClassName
{
background-color: #738EBD;
}
.BgClassName
{
background-color: #738EBD;
}
</style>
border-color css
<style>
span { border-color: #738EBD; }
span { border-color: rgb(115,142,189); }
td.TdClassName
{
border-color: #738EBD;
}
.TagClassName
{
border-color: #738EBD;
}
</style>