Shades of Wild Blue Yonder #738BBB
Tints of Wild Blue Yonder #738BBB
RGB
CMYK
RGB Variations
Color information
#738BBB (or 0x738BBB) is known color: Wild Blue Yonder. HEX triplet: 73, 8B and BB. RGB value is (115,139,187). Sum of RGB (Red+Green+Blue) = 115+139+187=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #738BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738BBB is #8C7444. Grayscale: #898989. Windows color (decimal): -9204805 or 12290931. OLE color: 12290931.
HSL color Cylindrical-coordinate representation of color #738BBB: hue angle of 220º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #738BBB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 139 | 187 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.27 |
| HSL | 220º | 0.35% | 0.59% | - |
| HSV(B) | 220º | 0.39% | 0.73% | - |
| XYZ | 25.27 | 25.7 | 50.64 | - |
| YUV | 137.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 187 | 0.39 | 0.26 | 0 | 0.27 | 220 | 0.35 | 0.59 |
| Hex | 73 | 8B | BB | 27 | 1A | 0 | 1B | DC | 23 | 3B |
| Octal | 163 | 213 | 273 | 47 | 32 | 0 | 33 | 334 | 43 | 73 |
| Binary | 1110011 | 10001011 | 10111011 | 100111 | 11010 | 0 | 11011 | 11011100 | 100011 | 111011 |
Color Harmonies of #738BBB
Complementary color
Monochromatic Colors of #738BBB
Black with #738BBB
Text Example
Text Example
White with #738BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BBB; }
p { color: rgb(115,139,187); }
H1.HeaderClassName
{
color: #738BBB;
}
.AnyTagClassName
{
color: #738BBB;
}
</style>
background-color css
<style>
a { background-color: #738BBB; }
a { background-color: rgb(115,139,187); }
div.DivClassName
{
background-color: #738BBB;
}
.BgClassName
{
background-color: #738BBB;
}
</style>
border-color css
<style>
span { border-color: #738BBB; }
span { border-color: rgb(115,139,187); }
td.TdClassName
{
border-color: #738BBB;
}
.TagClassName
{
border-color: #738BBB;
}
</style>