Shades of Wild Blue Yonder #7590CE
Tints of Wild Blue Yonder #7590CE
RGB
CMYK
RGB Variations
Color information
#7590CE (or 0x7590CE) is known color: Wild Blue Yonder. HEX triplet: 75, 90 and CE. RGB value is (117,144,206). Sum of RGB (Red+Green+Blue) = 117+144+206=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #7590CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7590CE is #8A6F31. Grayscale: #8E8E8E. Windows color (decimal): -9072434 or 13537397. OLE color: 13537397.
HSL color Cylindrical-coordinate representation of color #7590CE: hue angle of 221.8º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7590CE is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 144 | 206 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.19 |
| HSL | 221.8º | 0.48% | 0.63% | - |
| HSV(B) | 221.8º | 0.43% | 0.81% | - |
| XYZ | 28.45 | 28.18 | 62.33 | - |
| YUV | 143 | 163.55 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 206 | 0.43 | 0.30 | 0 | 0.19 | 221.8 | 0.48 | 0.63 |
| Hex | 75 | 90 | CE | 2B | 1E | 0 | 13 | DE | 30 | 3F |
| Octal | 165 | 220 | 316 | 53 | 36 | 0 | 23 | 336 | 60 | 77 |
| Binary | 1110101 | 10010000 | 11001110 | 101011 | 11110 | 0 | 10011 | 11011110 | 110000 | 111111 |
Color Harmonies of #7590CE
Complementary color
Monochromatic Colors of #7590CE
Black with #7590CE
Text Example
Text Example
White with #7590CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7590CE; }
p { color: rgb(117,144,206); }
H1.HeaderClassName
{
color: #7590CE;
}
.AnyTagClassName
{
color: #7590CE;
}
</style>
background-color css
<style>
a { background-color: #7590CE; }
a { background-color: rgb(117,144,206); }
div.DivClassName
{
background-color: #7590CE;
}
.BgClassName
{
background-color: #7590CE;
}
</style>
border-color css
<style>
span { border-color: #7590CE; }
span { border-color: rgb(117,144,206); }
td.TdClassName
{
border-color: #7590CE;
}
.TagClassName
{
border-color: #7590CE;
}
</style>