Shades of Wild Blue Yonder #7991BD
Tints of Wild Blue Yonder #7991BD
RGB
CMYK
RGB Variations
Color information
#7991BD (or 0x7991BD) is known color: Wild Blue Yonder. HEX triplet: 79, 91 and BD. RGB value is (121,145,189). Sum of RGB (Red+Green+Blue) = 121+145+189=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #7991BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7991BD is #866E42. Grayscale: #8E8E8E. Windows color (decimal): -8810051 or 12423545. OLE color: 12423545.
HSL color Cylindrical-coordinate representation of color #7991BD: hue angle of 218.82º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7991BD is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 145 | 189 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.26 |
| HSL | 218.82º | 0.34% | 0.61% | - |
| HSV(B) | 218.82º | 0.36% | 0.74% | - |
| XYZ | 27.2 | 27.99 | 52.11 | - |
| YUV | 142.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 189 | 0.36 | 0.23 | 0 | 0.26 | 218.82 | 0.34 | 0.61 |
| Hex | 79 | 91 | BD | 24 | 17 | 0 | 1A | DB | 22 | 3D |
| Octal | 171 | 221 | 275 | 44 | 27 | 0 | 32 | 333 | 42 | 75 |
| Binary | 1111001 | 10010001 | 10111101 | 100100 | 10111 | 0 | 11010 | 11011011 | 100010 | 111101 |
Color Harmonies of #7991BD
Complementary color
Monochromatic Colors of #7991BD
Black with #7991BD
Text Example
Text Example
White with #7991BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7991BD; }
p { color: rgb(121,145,189); }
H1.HeaderClassName
{
color: #7991BD;
}
.AnyTagClassName
{
color: #7991BD;
}
</style>
background-color css
<style>
a { background-color: #7991BD; }
a { background-color: rgb(121,145,189); }
div.DivClassName
{
background-color: #7991BD;
}
.BgClassName
{
background-color: #7991BD;
}
</style>
border-color css
<style>
span { border-color: #7991BD; }
span { border-color: rgb(121,145,189); }
td.TdClassName
{
border-color: #7991BD;
}
.TagClassName
{
border-color: #7991BD;
}
</style>