Shades of Wild Blue Yonder #737DC5
Tints of Wild Blue Yonder #737DC5
RGB
CMYK
RGB Variations
Color information
#737DC5 (or 0x737DC5) is known color: Wild Blue Yonder. HEX triplet: 73, 7D and C5. RGB value is (115,125,197). Sum of RGB (Red+Green+Blue) = 115+125+197=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #737DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737DC5 is #8C823A. Grayscale: #818181. Windows color (decimal): -9208379 or 12942707. OLE color: 12942707.
HSL color Cylindrical-coordinate representation of color #737DC5: hue angle of 232.68º 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 #737DC5 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 125 | 197 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.23 |
| HSL | 232.68º | 0.41% | 0.61% | - |
| HSV(B) | 232.68º | 0.42% | 0.77% | - |
| XYZ | 24.48 | 22.34 | 55.85 | - |
| YUV | 130.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 197 | 0.42 | 0.37 | 0 | 0.23 | 232.68 | 0.41 | 0.61 |
| Hex | 73 | 7D | C5 | 2A | 25 | 0 | 17 | E9 | 29 | 3D |
| Octal | 163 | 175 | 305 | 52 | 45 | 0 | 27 | 351 | 51 | 75 |
| Binary | 1110011 | 1111101 | 11000101 | 101010 | 100101 | 0 | 10111 | 11101001 | 101001 | 111101 |
Color Harmonies of #737DC5
Complementary color
Monochromatic Colors of #737DC5
Black with #737DC5
Text Example
Text Example
White with #737DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DC5; }
p { color: rgb(115,125,197); }
H1.HeaderClassName
{
color: #737DC5;
}
.AnyTagClassName
{
color: #737DC5;
}
</style>
background-color css
<style>
a { background-color: #737DC5; }
a { background-color: rgb(115,125,197); }
div.DivClassName
{
background-color: #737DC5;
}
.BgClassName
{
background-color: #737DC5;
}
</style>
border-color css
<style>
span { border-color: #737DC5; }
span { border-color: rgb(115,125,197); }
td.TdClassName
{
border-color: #737DC5;
}
.TagClassName
{
border-color: #737DC5;
}
</style>