Shades of Wild Blue Yonder #7594BF
Tints of Wild Blue Yonder #7594BF
RGB
CMYK
RGB Variations
Color information
#7594BF (or 0x7594BF) is known color: Wild Blue Yonder. HEX triplet: 75, 94 and BF. RGB value is (117,148,191). Sum of RGB (Red+Green+Blue) = 117+148+191=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #7594BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594BF is #8A6B40. Grayscale: #8F8F8F. Windows color (decimal): -9071425 or 12555381. OLE color: 12555381.
HSL color Cylindrical-coordinate representation of color #7594BF: hue angle of 214.86º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7594BF is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 148 | 191 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.25 |
| HSL | 214.86º | 0.37% | 0.6% | - |
| HSV(B) | 214.86º | 0.39% | 0.75% | - |
| XYZ | 27.33 | 28.72 | 53.39 | - |
| YUV | 143.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 148 | 191 | 0.39 | 0.23 | 0 | 0.25 | 214.86 | 0.37 | 0.6 |
| Hex | 75 | 94 | BF | 27 | 17 | 0 | 19 | D7 | 25 | 3C |
| Octal | 165 | 224 | 277 | 47 | 27 | 0 | 31 | 327 | 45 | 74 |
| Binary | 1110101 | 10010100 | 10111111 | 100111 | 10111 | 0 | 11001 | 11010111 | 100101 | 111100 |
Color Harmonies of #7594BF
Complementary color
Monochromatic Colors of #7594BF
Black with #7594BF
Text Example
Text Example
White with #7594BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7594BF; }
p { color: rgb(117,148,191); }
H1.HeaderClassName
{
color: #7594BF;
}
.AnyTagClassName
{
color: #7594BF;
}
</style>
background-color css
<style>
a { background-color: #7594BF; }
a { background-color: rgb(117,148,191); }
div.DivClassName
{
background-color: #7594BF;
}
.BgClassName
{
background-color: #7594BF;
}
</style>
border-color css
<style>
span { border-color: #7594BF; }
span { border-color: rgb(117,148,191); }
td.TdClassName
{
border-color: #7594BF;
}
.TagClassName
{
border-color: #7594BF;
}
</style>