Shades of Wild Blue Yonder #7390CB
Tints of Wild Blue Yonder #7390CB
RGB
CMYK
RGB Variations
Color information
#7390CB (or 0x7390CB) is known color: Wild Blue Yonder. HEX triplet: 73, 90 and CB. RGB value is (115,144,203). Sum of RGB (Red+Green+Blue) = 115+144+203=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #7390CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7390CB is #8C6F34. Grayscale: #8D8D8D. Windows color (decimal): -9203509 or 13340787. OLE color: 13340787.
HSL color Cylindrical-coordinate representation of color #7390CB: hue angle of 220.23º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7390CB is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 144 | 203 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.20 |
| HSL | 220.23º | 0.46% | 0.62% | - |
| HSV(B) | 220.23º | 0.43% | 0.8% | - |
| XYZ | 27.82 | 27.9 | 60.42 | - |
| YUV | 142.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 203 | 0.43 | 0.29 | 0 | 0.20 | 220.23 | 0.46 | 0.62 |
| Hex | 73 | 90 | CB | 2B | 1D | 0 | 14 | DC | 2E | 3E |
| Octal | 163 | 220 | 313 | 53 | 35 | 0 | 24 | 334 | 56 | 76 |
| Binary | 1110011 | 10010000 | 11001011 | 101011 | 11101 | 0 | 10100 | 11011100 | 101110 | 111110 |
Color Harmonies of #7390CB
Complementary color
Monochromatic Colors of #7390CB
Black with #7390CB
Text Example
Text Example
White with #7390CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7390CB; }
p { color: rgb(115,144,203); }
H1.HeaderClassName
{
color: #7390CB;
}
.AnyTagClassName
{
color: #7390CB;
}
</style>
background-color css
<style>
a { background-color: #7390CB; }
a { background-color: rgb(115,144,203); }
div.DivClassName
{
background-color: #7390CB;
}
.BgClassName
{
background-color: #7390CB;
}
</style>
border-color css
<style>
span { border-color: #7390CB; }
span { border-color: rgb(115,144,203); }
td.TdClassName
{
border-color: #7390CB;
}
.TagClassName
{
border-color: #7390CB;
}
</style>