Shades of Wild Blue Yonder #738BC8
Tints of Wild Blue Yonder #738BC8
RGB
CMYK
RGB Variations
Color information
#738BC8 (or 0x738BC8) is known color: Wild Blue Yonder. HEX triplet: 73, 8B and C8. RGB value is (115,139,200). Sum of RGB (Red+Green+Blue) = 115+139+200=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #738BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738BC8 is #8C7437. Grayscale: #8A8A8A. Windows color (decimal): -9204792 or 13142899. OLE color: 13142899.
HSL color Cylindrical-coordinate representation of color #738BC8: hue angle of 223.06º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #738BC8 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 139 | 200 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.22 |
| HSL | 223.06º | 0.44% | 0.62% | - |
| HSV(B) | 223.06º | 0.43% | 0.78% | - |
| XYZ | 26.73 | 26.28 | 58.31 | - |
| YUV | 138.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 200 | 0.42 | 0.30 | 0 | 0.22 | 223.06 | 0.44 | 0.62 |
| Hex | 73 | 8B | C8 | 2A | 1E | 0 | 16 | DF | 2C | 3E |
| Octal | 163 | 213 | 310 | 52 | 36 | 0 | 26 | 337 | 54 | 76 |
| Binary | 1110011 | 10001011 | 11001000 | 101010 | 11110 | 0 | 10110 | 11011111 | 101100 | 111110 |
Color Harmonies of #738BC8
Complementary color
Monochromatic Colors of #738BC8
Black with #738BC8
Text Example
Text Example
White with #738BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BC8; }
p { color: rgb(115,139,200); }
H1.HeaderClassName
{
color: #738BC8;
}
.AnyTagClassName
{
color: #738BC8;
}
</style>
background-color css
<style>
a { background-color: #738BC8; }
a { background-color: rgb(115,139,200); }
div.DivClassName
{
background-color: #738BC8;
}
.BgClassName
{
background-color: #738BC8;
}
</style>
border-color css
<style>
span { border-color: #738BC8; }
span { border-color: rgb(115,139,200); }
td.TdClassName
{
border-color: #738BC8;
}
.TagClassName
{
border-color: #738BC8;
}
</style>