Shades of Wild Blue Yonder #7991B6
Tints of Wild Blue Yonder #7991B6
RGB
CMYK
RGB Variations
Color information
#7991B6 (or 0x7991B6) is known color: Wild Blue Yonder. HEX triplet: 79, 91 and B6. RGB value is (121,145,182). Sum of RGB (Red+Green+Blue) = 121+145+182=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 182 - color contains mainly: blue. Hex color #7991B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7991B6 is #866E49. Grayscale: #8D8D8D. Windows color (decimal): -8810058 or 11964793. OLE color: 11964793.
HSL color Cylindrical-coordinate representation of color #7991B6: hue angle of 216.39º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7991B6 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 145 | 182 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.29 |
| HSL | 216.39º | 0.29% | 0.59% | - |
| HSV(B) | 216.39º | 0.34% | 0.71% | - |
| XYZ | 26.45 | 27.69 | 48.21 | - |
| YUV | 142.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 182 | 0.34 | 0.20 | 0 | 0.29 | 216.39 | 0.29 | 0.59 |
| Hex | 79 | 91 | B6 | 22 | 14 | 0 | 1D | D8 | 1D | 3B |
| Octal | 171 | 221 | 266 | 42 | 24 | 0 | 35 | 330 | 35 | 73 |
| Binary | 1111001 | 10010001 | 10110110 | 100010 | 10100 | 0 | 11101 | 11011000 | 11101 | 111011 |
Color Harmonies of #7991B6
Complementary color
Monochromatic Colors of #7991B6
Black with #7991B6
Text Example
Text Example
White with #7991B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7991B6; }
p { color: rgb(121,145,182); }
H1.HeaderClassName
{
color: #7991B6;
}
.AnyTagClassName
{
color: #7991B6;
}
</style>
background-color css
<style>
a { background-color: #7991B6; }
a { background-color: rgb(121,145,182); }
div.DivClassName
{
background-color: #7991B6;
}
.BgClassName
{
background-color: #7991B6;
}
</style>
border-color css
<style>
span { border-color: #7991B6; }
span { border-color: rgb(121,145,182); }
td.TdClassName
{
border-color: #7991B6;
}
.TagClassName
{
border-color: #7991B6;
}
</style>