Shades of Wild Blue Yonder #738BC5
Tints of Wild Blue Yonder #738BC5
RGB
CMYK
RGB Variations
Color information
#738BC5 (or 0x738BC5) is known color: Wild Blue Yonder. HEX triplet: 73, 8B and C5. RGB value is (115,139,197). Sum of RGB (Red+Green+Blue) = 115+139+197=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #738BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738BC5 is #8C743A. Grayscale: #8A8A8A. Windows color (decimal): -9204795 or 12946291. OLE color: 12946291.
HSL color Cylindrical-coordinate representation of color #738BC5: hue angle of 222.44º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #738BC5 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 139 | 197 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.23 |
| HSL | 222.44º | 0.41% | 0.61% | - |
| HSV(B) | 222.44º | 0.42% | 0.77% | - |
| XYZ | 26.38 | 26.14 | 56.48 | - |
| YUV | 138.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 197 | 0.42 | 0.29 | 0 | 0.23 | 222.44 | 0.41 | 0.61 |
| Hex | 73 | 8B | C5 | 2A | 1D | 0 | 17 | DE | 29 | 3D |
| Octal | 163 | 213 | 305 | 52 | 35 | 0 | 27 | 336 | 51 | 75 |
| Binary | 1110011 | 10001011 | 11000101 | 101010 | 11101 | 0 | 10111 | 11011110 | 101001 | 111101 |
Color Harmonies of #738BC5
Complementary color
Monochromatic Colors of #738BC5
Black with #738BC5
Text Example
Text Example
White with #738BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BC5; }
p { color: rgb(115,139,197); }
H1.HeaderClassName
{
color: #738BC5;
}
.AnyTagClassName
{
color: #738BC5;
}
</style>
background-color css
<style>
a { background-color: #738BC5; }
a { background-color: rgb(115,139,197); }
div.DivClassName
{
background-color: #738BC5;
}
.BgClassName
{
background-color: #738BC5;
}
</style>
border-color css
<style>
span { border-color: #738BC5; }
span { border-color: rgb(115,139,197); }
td.TdClassName
{
border-color: #738BC5;
}
.TagClassName
{
border-color: #738BC5;
}
</style>