Shades of Wild Blue Yonder #7B84C6
Tints of Wild Blue Yonder #7B84C6
RGB
CMYK
RGB Variations
Color information
#7B84C6 (or 0x7B84C6) is known color: Wild Blue Yonder. HEX triplet: 7B, 84 and C6. RGB value is (123,132,198). Sum of RGB (Red+Green+Blue) = 123+132+198=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #7B84C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B84C6 is #847B39. Grayscale: #888888. Windows color (decimal): -8682298 or 13010043. OLE color: 13010043.
HSL color Cylindrical-coordinate representation of color #7B84C6: hue angle of 232.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B84C6 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 132 | 198 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.22 |
| HSL | 232.8º | 0.4% | 0.63% | - |
| HSV(B) | 232.8º | 0.38% | 0.78% | - |
| XYZ | 26.61 | 24.79 | 56.81 | - |
| YUV | 136.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 198 | 0.38 | 0.33 | 0 | 0.22 | 232.8 | 0.4 | 0.63 |
| Hex | 7B | 84 | C6 | 26 | 21 | 0 | 16 | E9 | 28 | 3F |
| Octal | 173 | 204 | 306 | 46 | 41 | 0 | 26 | 351 | 50 | 77 |
| Binary | 1111011 | 10000100 | 11000110 | 100110 | 100001 | 0 | 10110 | 11101001 | 101000 | 111111 |
Color Harmonies of #7B84C6
Complementary color
Monochromatic Colors of #7B84C6
Black with #7B84C6
Text Example
Text Example
White with #7B84C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B84C6; }
p { color: rgb(123,132,198); }
H1.HeaderClassName
{
color: #7B84C6;
}
.AnyTagClassName
{
color: #7B84C6;
}
</style>
background-color css
<style>
a { background-color: #7B84C6; }
a { background-color: rgb(123,132,198); }
div.DivClassName
{
background-color: #7B84C6;
}
.BgClassName
{
background-color: #7B84C6;
}
</style>
border-color css
<style>
span { border-color: #7B84C6; }
span { border-color: rgb(123,132,198); }
td.TdClassName
{
border-color: #7B84C6;
}
.TagClassName
{
border-color: #7B84C6;
}
</style>