Shades of Wild Blue Yonder #7B80BA
Tints of Wild Blue Yonder #7B80BA
RGB
CMYK
RGB Variations
Color information
#7B80BA (or 0x7B80BA) is known color: Wild Blue Yonder. HEX triplet: 7B, 80 and BA. RGB value is (123,128,186). Sum of RGB (Red+Green+Blue) = 123+128+186=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B80BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B80BA is #847F45. Grayscale: #848484. Windows color (decimal): -8683334 or 12222587. OLE color: 12222587.
HSL color Cylindrical-coordinate representation of color #7B80BA: hue angle of 235.24º degrees, saturation: 0.31, 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 #7B80BA is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 128 | 186 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.27 |
| HSL | 235.24º | 0.31% | 0.61% | - |
| HSV(B) | 235.24º | 0.34% | 0.73% | - |
| XYZ | 24.75 | 23.19 | 49.63 | - |
| YUV | 133.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 186 | 0.34 | 0.31 | 0 | 0.27 | 235.24 | 0.31 | 0.61 |
| Hex | 7B | 80 | BA | 22 | 1F | 0 | 1B | EB | 1F | 3D |
| Octal | 173 | 200 | 272 | 42 | 37 | 0 | 33 | 353 | 37 | 75 |
| Binary | 1111011 | 10000000 | 10111010 | 100010 | 11111 | 0 | 11011 | 11101011 | 11111 | 111101 |
Color Harmonies of #7B80BA
Complementary color
Monochromatic Colors of #7B80BA
Black with #7B80BA
Text Example
Text Example
White with #7B80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B80BA; }
p { color: rgb(123,128,186); }
H1.HeaderClassName
{
color: #7B80BA;
}
.AnyTagClassName
{
color: #7B80BA;
}
</style>
background-color css
<style>
a { background-color: #7B80BA; }
a { background-color: rgb(123,128,186); }
div.DivClassName
{
background-color: #7B80BA;
}
.BgClassName
{
background-color: #7B80BA;
}
</style>
border-color css
<style>
span { border-color: #7B80BA; }
span { border-color: rgb(123,128,186); }
td.TdClassName
{
border-color: #7B80BA;
}
.TagClassName
{
border-color: #7B80BA;
}
</style>