Shades of Wild Blue Yonder #737DCD
Tints of Wild Blue Yonder #737DCD
RGB
CMYK
RGB Variations
Color information
#737DCD (or 0x737DCD) is known color: Wild Blue Yonder. HEX triplet: 73, 7D and CD. RGB value is (115,125,205). Sum of RGB (Red+Green+Blue) = 115+125+205=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #737DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737DCD is #8C8232. Grayscale: #828282. Windows color (decimal): -9208371 or 13466995. OLE color: 13466995.
HSL color Cylindrical-coordinate representation of color #737DCD: hue angle of 233.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #737DCD is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 125 | 205 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.20 |
| HSL | 233.33º | 0.47% | 0.63% | - |
| HSV(B) | 233.33º | 0.44% | 0.8% | - |
| XYZ | 25.42 | 22.72 | 60.8 | - |
| YUV | 131.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 205 | 0.44 | 0.39 | 0 | 0.20 | 233.33 | 0.47 | 0.63 |
| Hex | 73 | 7D | CD | 2C | 27 | 0 | 14 | E9 | 2F | 3F |
| Octal | 163 | 175 | 315 | 54 | 47 | 0 | 24 | 351 | 57 | 77 |
| Binary | 1110011 | 1111101 | 11001101 | 101100 | 100111 | 0 | 10100 | 11101001 | 101111 | 111111 |
Color Harmonies of #737DCD
Complementary color
Monochromatic Colors of #737DCD
Black with #737DCD
Text Example
Text Example
White with #737DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DCD; }
p { color: rgb(115,125,205); }
H1.HeaderClassName
{
color: #737DCD;
}
.AnyTagClassName
{
color: #737DCD;
}
</style>
background-color css
<style>
a { background-color: #737DCD; }
a { background-color: rgb(115,125,205); }
div.DivClassName
{
background-color: #737DCD;
}
.BgClassName
{
background-color: #737DCD;
}
</style>
border-color css
<style>
span { border-color: #737DCD; }
span { border-color: rgb(115,125,205); }
td.TdClassName
{
border-color: #737DCD;
}
.TagClassName
{
border-color: #737DCD;
}
</style>