Shades of Wild Blue Yonder #7390CF
Tints of Wild Blue Yonder #7390CF
RGB
CMYK
RGB Variations
Color information
#7390CF (or 0x7390CF) is known color: Wild Blue Yonder. HEX triplet: 73, 90 and CF. RGB value is (115,144,207). Sum of RGB (Red+Green+Blue) = 115+144+207=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #7390CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7390CF is #8C6F30. Grayscale: #8E8E8E. Windows color (decimal): -9203505 or 13602931. OLE color: 13602931.
HSL color Cylindrical-coordinate representation of color #7390CF: hue angle of 221.09º 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 #7390CF is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 144 | 207 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.19 |
| HSL | 221.09º | 0.49% | 0.63% | - |
| HSV(B) | 221.09º | 0.44% | 0.81% | - |
| XYZ | 28.31 | 28.1 | 62.96 | - |
| YUV | 142.51 | 164.39 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 207 | 0.44 | 0.30 | 0 | 0.19 | 221.09 | 0.49 | 0.63 |
| Hex | 73 | 90 | CF | 2C | 1E | 0 | 13 | DD | 31 | 3F |
| Octal | 163 | 220 | 317 | 54 | 36 | 0 | 23 | 335 | 61 | 77 |
| Binary | 1110011 | 10010000 | 11001111 | 101100 | 11110 | 0 | 10011 | 11011101 | 110001 | 111111 |
Color Harmonies of #7390CF
Complementary color
Monochromatic Colors of #7390CF
Black with #7390CF
Text Example
Text Example
White with #7390CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7390CF; }
p { color: rgb(115,144,207); }
H1.HeaderClassName
{
color: #7390CF;
}
.AnyTagClassName
{
color: #7390CF;
}
</style>
background-color css
<style>
a { background-color: #7390CF; }
a { background-color: rgb(115,144,207); }
div.DivClassName
{
background-color: #7390CF;
}
.BgClassName
{
background-color: #7390CF;
}
</style>
border-color css
<style>
span { border-color: #7390CF; }
span { border-color: rgb(115,144,207); }
td.TdClassName
{
border-color: #7390CF;
}
.TagClassName
{
border-color: #7390CF;
}
</style>