Shades of Wild Blue Yonder #7B96BE
Tints of Wild Blue Yonder #7B96BE
RGB
CMYK
RGB Variations
Color information
#7B96BE (or 0x7B96BE) is known color: Wild Blue Yonder. HEX triplet: 7B, 96 and BE. RGB value is (123,150,190). Sum of RGB (Red+Green+Blue) = 123+150+190=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B96BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B96BE is #846941. Grayscale: #929292. Windows color (decimal): -8677698 or 12490363. OLE color: 12490363.
HSL color Cylindrical-coordinate representation of color #7B96BE: hue angle of 215.82º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B96BE is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 150 | 190 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.25 |
| HSL | 215.82º | 0.34% | 0.61% | - |
| HSV(B) | 215.82º | 0.35% | 0.75% | - |
| XYZ | 28.37 | 29.74 | 52.96 | - |
| YUV | 146.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 190 | 0.35 | 0.21 | 0 | 0.25 | 215.82 | 0.34 | 0.61 |
| Hex | 7B | 96 | BE | 23 | 15 | 0 | 19 | D8 | 22 | 3D |
| Octal | 173 | 226 | 276 | 43 | 25 | 0 | 31 | 330 | 42 | 75 |
| Binary | 1111011 | 10010110 | 10111110 | 100011 | 10101 | 0 | 11001 | 11011000 | 100010 | 111101 |
Color Harmonies of #7B96BE
Complementary color
Monochromatic Colors of #7B96BE
Black with #7B96BE
Text Example
Text Example
White with #7B96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B96BE; }
p { color: rgb(123,150,190); }
H1.HeaderClassName
{
color: #7B96BE;
}
.AnyTagClassName
{
color: #7B96BE;
}
</style>
background-color css
<style>
a { background-color: #7B96BE; }
a { background-color: rgb(123,150,190); }
div.DivClassName
{
background-color: #7B96BE;
}
.BgClassName
{
background-color: #7B96BE;
}
</style>
border-color css
<style>
span { border-color: #7B96BE; }
span { border-color: rgb(123,150,190); }
td.TdClassName
{
border-color: #7B96BE;
}
.TagClassName
{
border-color: #7B96BE;
}
</style>