Shades of Wild Blue Yonder #7995B9
Tints of Wild Blue Yonder #7995B9
RGB
CMYK
RGB Variations
Color information
#7995B9 (or 0x7995B9) is known color: Wild Blue Yonder. HEX triplet: 79, 95 and B9. RGB value is (121,149,185). Sum of RGB (Red+Green+Blue) = 121+149+185=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #7995B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995B9 is #866A46. Grayscale: #909090. Windows color (decimal): -8809031 or 12162425. OLE color: 12162425.
HSL color Cylindrical-coordinate representation of color #7995B9: hue angle of 213.75º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7995B9 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 149 | 185 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.27 |
| HSL | 213.75º | 0.31% | 0.6% | - |
| HSV(B) | 213.75º | 0.35% | 0.73% | - |
| XYZ | 27.39 | 29.06 | 50.07 | - |
| YUV | 144.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 185 | 0.35 | 0.19 | 0 | 0.27 | 213.75 | 0.31 | 0.6 |
| Hex | 79 | 95 | B9 | 23 | 13 | 0 | 1B | D6 | 1F | 3C |
| Octal | 171 | 225 | 271 | 43 | 23 | 0 | 33 | 326 | 37 | 74 |
| Binary | 1111001 | 10010101 | 10111001 | 100011 | 10011 | 0 | 11011 | 11010110 | 11111 | 111100 |
Color Harmonies of #7995B9
Complementary color
Monochromatic Colors of #7995B9
Black with #7995B9
Text Example
Text Example
White with #7995B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7995B9; }
p { color: rgb(121,149,185); }
H1.HeaderClassName
{
color: #7995B9;
}
.AnyTagClassName
{
color: #7995B9;
}
</style>
background-color css
<style>
a { background-color: #7995B9; }
a { background-color: rgb(121,149,185); }
div.DivClassName
{
background-color: #7995B9;
}
.BgClassName
{
background-color: #7995B9;
}
</style>
border-color css
<style>
span { border-color: #7995B9; }
span { border-color: rgb(121,149,185); }
td.TdClassName
{
border-color: #7995B9;
}
.TagClassName
{
border-color: #7995B9;
}
</style>