Shades of Wild Blue Yonder #738EB8
Tints of Wild Blue Yonder #738EB8
RGB
CMYK
RGB Variations
Color information
#738EB8 (or 0x738EB8) is known color: Wild Blue Yonder. HEX triplet: 73, 8E and B8. RGB value is (115,142,184). Sum of RGB (Red+Green+Blue) = 115+142+184=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 184 - color contains mainly: blue. Hex color #738EB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738EB8 is #8C7147. Grayscale: #8A8A8A. Windows color (decimal): -9204040 or 12095091. OLE color: 12095091.
HSL color Cylindrical-coordinate representation of color #738EB8: hue angle of 216.52º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #738EB8 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 142 | 184 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.28 |
| HSL | 216.52º | 0.33% | 0.59% | - |
| HSV(B) | 216.52º | 0.38% | 0.72% | - |
| XYZ | 25.39 | 26.45 | 49.11 | - |
| YUV | 138.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 184 | 0.38 | 0.23 | 0 | 0.28 | 216.52 | 0.33 | 0.59 |
| Hex | 73 | 8E | B8 | 26 | 17 | 0 | 1C | D9 | 21 | 3B |
| Octal | 163 | 216 | 270 | 46 | 27 | 0 | 34 | 331 | 41 | 73 |
| Binary | 1110011 | 10001110 | 10111000 | 100110 | 10111 | 0 | 11100 | 11011001 | 100001 | 111011 |
Color Harmonies of #738EB8
Complementary color
Monochromatic Colors of #738EB8
Black with #738EB8
Text Example
Text Example
White with #738EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738EB8; }
p { color: rgb(115,142,184); }
H1.HeaderClassName
{
color: #738EB8;
}
.AnyTagClassName
{
color: #738EB8;
}
</style>
background-color css
<style>
a { background-color: #738EB8; }
a { background-color: rgb(115,142,184); }
div.DivClassName
{
background-color: #738EB8;
}
.BgClassName
{
background-color: #738EB8;
}
</style>
border-color css
<style>
span { border-color: #738EB8; }
span { border-color: rgb(115,142,184); }
td.TdClassName
{
border-color: #738EB8;
}
.TagClassName
{
border-color: #738EB8;
}
</style>