Shades of Wild Blue Yonder #7B97BB
Tints of Wild Blue Yonder #7B97BB
RGB
CMYK
RGB Variations
Color information
#7B97BB (or 0x7B97BB) is known color: Wild Blue Yonder. HEX triplet: 7B, 97 and BB. RGB value is (123,151,187). Sum of RGB (Red+Green+Blue) = 123+151+187=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B97BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B97BB is #846844. Grayscale: #929292. Windows color (decimal): -8677445 or 12294011. OLE color: 12294011.
HSL color Cylindrical-coordinate representation of color #7B97BB: hue angle of 213.75º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B97BB is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 151 | 187 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.27 |
| HSL | 213.75º | 0.32% | 0.61% | - |
| HSV(B) | 213.75º | 0.34% | 0.73% | - |
| XYZ | 28.2 | 29.93 | 51.3 | - |
| YUV | 146.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 187 | 0.34 | 0.19 | 0 | 0.27 | 213.75 | 0.32 | 0.61 |
| Hex | 7B | 97 | BB | 22 | 13 | 0 | 1B | D6 | 20 | 3D |
| Octal | 173 | 227 | 273 | 42 | 23 | 0 | 33 | 326 | 40 | 75 |
| Binary | 1111011 | 10010111 | 10111011 | 100010 | 10011 | 0 | 11011 | 11010110 | 100000 | 111101 |
Color Harmonies of #7B97BB
Complementary color
Monochromatic Colors of #7B97BB
Black with #7B97BB
Text Example
Text Example
White with #7B97BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B97BB; }
p { color: rgb(123,151,187); }
H1.HeaderClassName
{
color: #7B97BB;
}
.AnyTagClassName
{
color: #7B97BB;
}
</style>
background-color css
<style>
a { background-color: #7B97BB; }
a { background-color: rgb(123,151,187); }
div.DivClassName
{
background-color: #7B97BB;
}
.BgClassName
{
background-color: #7B97BB;
}
</style>
border-color css
<style>
span { border-color: #7B97BB; }
span { border-color: rgb(123,151,187); }
td.TdClassName
{
border-color: #7B97BB;
}
.TagClassName
{
border-color: #7B97BB;
}
</style>