Shades of Wild Blue Yonder #7996BC
Tints of Wild Blue Yonder #7996BC
RGB
CMYK
RGB Variations
Color information
#7996BC (or 0x7996BC) is known color: Wild Blue Yonder. HEX triplet: 79, 96 and BC. RGB value is (121,150,188). Sum of RGB (Red+Green+Blue) = 121+150+188=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #7996BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996BC is #866943. Grayscale: #919191. Windows color (decimal): -8808772 or 12359289. OLE color: 12359289.
HSL color Cylindrical-coordinate representation of color #7996BC: hue angle of 214.03º degrees, saturation: 0.33, 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 #7996BC is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 150 | 188 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.26 |
| HSL | 214.03º | 0.33% | 0.61% | - |
| HSV(B) | 214.03º | 0.36% | 0.74% | - |
| XYZ | 27.87 | 29.51 | 51.8 | - |
| YUV | 145.66 | 151.89 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 188 | 0.36 | 0.20 | 0 | 0.26 | 214.03 | 0.33 | 0.61 |
| Hex | 79 | 96 | BC | 24 | 14 | 0 | 1A | D6 | 21 | 3D |
| Octal | 171 | 226 | 274 | 44 | 24 | 0 | 32 | 326 | 41 | 75 |
| Binary | 1111001 | 10010110 | 10111100 | 100100 | 10100 | 0 | 11010 | 11010110 | 100001 | 111101 |
Color Harmonies of #7996BC
Complementary color
Monochromatic Colors of #7996BC
Black with #7996BC
Text Example
Text Example
White with #7996BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7996BC; }
p { color: rgb(121,150,188); }
H1.HeaderClassName
{
color: #7996BC;
}
.AnyTagClassName
{
color: #7996BC;
}
</style>
background-color css
<style>
a { background-color: #7996BC; }
a { background-color: rgb(121,150,188); }
div.DivClassName
{
background-color: #7996BC;
}
.BgClassName
{
background-color: #7996BC;
}
</style>
border-color css
<style>
span { border-color: #7996BC; }
span { border-color: rgb(121,150,188); }
td.TdClassName
{
border-color: #7996BC;
}
.TagClassName
{
border-color: #7996BC;
}
</style>