Shades of Wild Blue Yonder #737EC0
Tints of Wild Blue Yonder #737EC0
RGB
CMYK
RGB Variations
Color information
#737EC0 (or 0x737EC0) is known color: Wild Blue Yonder. HEX triplet: 73, 7E and C0. RGB value is (115,126,192). Sum of RGB (Red+Green+Blue) = 115+126+192=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #737EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737EC0 is #8C813F. Grayscale: #818181. Windows color (decimal): -9208128 or 12615283. OLE color: 12615283.
HSL color Cylindrical-coordinate representation of color #737EC0: hue angle of 231.43º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #737EC0 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 126 | 192 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.25 |
| HSL | 231.43º | 0.38% | 0.6% | - |
| HSV(B) | 231.43º | 0.4% | 0.75% | - |
| XYZ | 24.05 | 22.37 | 52.92 | - |
| YUV | 130.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 192 | 0.40 | 0.34 | 0 | 0.25 | 231.43 | 0.38 | 0.6 |
| Hex | 73 | 7E | C0 | 28 | 22 | 0 | 19 | E7 | 26 | 3C |
| Octal | 163 | 176 | 300 | 50 | 42 | 0 | 31 | 347 | 46 | 74 |
| Binary | 1110011 | 1111110 | 11000000 | 101000 | 100010 | 0 | 11001 | 11100111 | 100110 | 111100 |
Color Harmonies of #737EC0
Complementary color
Monochromatic Colors of #737EC0
Black with #737EC0
Text Example
Text Example
White with #737EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737EC0; }
p { color: rgb(115,126,192); }
H1.HeaderClassName
{
color: #737EC0;
}
.AnyTagClassName
{
color: #737EC0;
}
</style>
background-color css
<style>
a { background-color: #737EC0; }
a { background-color: rgb(115,126,192); }
div.DivClassName
{
background-color: #737EC0;
}
.BgClassName
{
background-color: #737EC0;
}
</style>
border-color css
<style>
span { border-color: #737EC0; }
span { border-color: rgb(115,126,192); }
td.TdClassName
{
border-color: #737EC0;
}
.TagClassName
{
border-color: #737EC0;
}
</style>