Shades of Wild Blue Yonder #737DBC
Tints of Wild Blue Yonder #737DBC
RGB
CMYK
RGB Variations
Color information
#737DBC (or 0x737DBC) is known color: Wild Blue Yonder. HEX triplet: 73, 7D and BC. RGB value is (115,125,188). Sum of RGB (Red+Green+Blue) = 115+125+188=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #737DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737DBC is #8C8243. Grayscale: #808080. Windows color (decimal): -9208388 or 12352883. OLE color: 12352883.
HSL color Cylindrical-coordinate representation of color #737DBC: hue angle of 231.78º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #737DBC is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 125 | 188 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.26 |
| HSL | 231.78º | 0.35% | 0.59% | - |
| HSV(B) | 231.78º | 0.39% | 0.74% | - |
| XYZ | 23.48 | 21.94 | 50.57 | - |
| YUV | 129.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 188 | 0.39 | 0.34 | 0 | 0.26 | 231.78 | 0.35 | 0.59 |
| Hex | 73 | 7D | BC | 27 | 22 | 0 | 1A | E8 | 23 | 3B |
| Octal | 163 | 175 | 274 | 47 | 42 | 0 | 32 | 350 | 43 | 73 |
| Binary | 1110011 | 1111101 | 10111100 | 100111 | 100010 | 0 | 11010 | 11101000 | 100011 | 111011 |
Color Harmonies of #737DBC
Complementary color
Monochromatic Colors of #737DBC
Black with #737DBC
Text Example
Text Example
White with #737DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DBC; }
p { color: rgb(115,125,188); }
H1.HeaderClassName
{
color: #737DBC;
}
.AnyTagClassName
{
color: #737DBC;
}
</style>
background-color css
<style>
a { background-color: #737DBC; }
a { background-color: rgb(115,125,188); }
div.DivClassName
{
background-color: #737DBC;
}
.BgClassName
{
background-color: #737DBC;
}
</style>
border-color css
<style>
span { border-color: #737DBC; }
span { border-color: rgb(115,125,188); }
td.TdClassName
{
border-color: #737DBC;
}
.TagClassName
{
border-color: #737DBC;
}
</style>