Shades of Wild Blue Yonder #737FCF
Tints of Wild Blue Yonder #737FCF
RGB
CMYK
RGB Variations
Color information
#737FCF (or 0x737FCF) is known color: Wild Blue Yonder. HEX triplet: 73, 7F and CF. RGB value is (115,127,207). Sum of RGB (Red+Green+Blue) = 115+127+207=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #737FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737FCF is #8C8030. Grayscale: #848484. Windows color (decimal): -9207857 or 13598579. OLE color: 13598579.
HSL color Cylindrical-coordinate representation of color #737FCF: hue angle of 232.17º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #737FCF is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 127 | 207 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.19 |
| HSL | 232.17º | 0.49% | 0.63% | - |
| HSV(B) | 232.17º | 0.44% | 0.81% | - |
| XYZ | 25.92 | 23.33 | 62.17 | - |
| YUV | 132.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 207 | 0.44 | 0.39 | 0 | 0.19 | 232.17 | 0.49 | 0.63 |
| Hex | 73 | 7F | CF | 2C | 27 | 0 | 13 | E8 | 31 | 3F |
| Octal | 163 | 177 | 317 | 54 | 47 | 0 | 23 | 350 | 61 | 77 |
| Binary | 1110011 | 1111111 | 11001111 | 101100 | 100111 | 0 | 10011 | 11101000 | 110001 | 111111 |
Color Harmonies of #737FCF
Complementary color
Monochromatic Colors of #737FCF
Black with #737FCF
Text Example
Text Example
White with #737FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FCF; }
p { color: rgb(115,127,207); }
H1.HeaderClassName
{
color: #737FCF;
}
.AnyTagClassName
{
color: #737FCF;
}
</style>
background-color css
<style>
a { background-color: #737FCF; }
a { background-color: rgb(115,127,207); }
div.DivClassName
{
background-color: #737FCF;
}
.BgClassName
{
background-color: #737FCF;
}
</style>
border-color css
<style>
span { border-color: #737FCF; }
span { border-color: rgb(115,127,207); }
td.TdClassName
{
border-color: #737FCF;
}
.TagClassName
{
border-color: #737FCF;
}
</style>