Shades of Wild Blue Yonder #7B84BA
Tints of Wild Blue Yonder #7B84BA
RGB
CMYK
RGB Variations
Color information
#7B84BA (or 0x7B84BA) is known color: Wild Blue Yonder. HEX triplet: 7B, 84 and BA. RGB value is (123,132,186). Sum of RGB (Red+Green+Blue) = 123+132+186=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B84BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B84BA is #847B45. Grayscale: #878787. Windows color (decimal): -8682310 or 12223611. OLE color: 12223611.
HSL color Cylindrical-coordinate representation of color #7B84BA: hue angle of 231.43º 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 #7B84BA is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 132 | 186 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.27 |
| HSL | 231.43º | 0.31% | 0.61% | - |
| HSV(B) | 231.43º | 0.34% | 0.73% | - |
| XYZ | 25.28 | 24.26 | 49.8 | - |
| YUV | 135.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 186 | 0.34 | 0.29 | 0 | 0.27 | 231.43 | 0.31 | 0.61 |
| Hex | 7B | 84 | BA | 22 | 1D | 0 | 1B | E7 | 1F | 3D |
| Octal | 173 | 204 | 272 | 42 | 35 | 0 | 33 | 347 | 37 | 75 |
| Binary | 1111011 | 10000100 | 10111010 | 100010 | 11101 | 0 | 11011 | 11100111 | 11111 | 111101 |
Color Harmonies of #7B84BA
Complementary color
Monochromatic Colors of #7B84BA
Black with #7B84BA
Text Example
Text Example
White with #7B84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B84BA; }
p { color: rgb(123,132,186); }
H1.HeaderClassName
{
color: #7B84BA;
}
.AnyTagClassName
{
color: #7B84BA;
}
</style>
background-color css
<style>
a { background-color: #7B84BA; }
a { background-color: rgb(123,132,186); }
div.DivClassName
{
background-color: #7B84BA;
}
.BgClassName
{
background-color: #7B84BA;
}
</style>
border-color css
<style>
span { border-color: #7B84BA; }
span { border-color: rgb(123,132,186); }
td.TdClassName
{
border-color: #7B84BA;
}
.TagClassName
{
border-color: #7B84BA;
}
</style>