Shades of Wild Blue Yonder #7B84CE
Tints of Wild Blue Yonder #7B84CE
RGB
CMYK
RGB Variations
Color information
#7B84CE (or 0x7B84CE) is known color: Wild Blue Yonder. HEX triplet: 7B, 84 and CE. RGB value is (123,132,206). Sum of RGB (Red+Green+Blue) = 123+132+206=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B84CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B84CE is #847B31. Grayscale: #898989. Windows color (decimal): -8682290 or 13534331. OLE color: 13534331.
HSL color Cylindrical-coordinate representation of color #7B84CE: hue angle of 233.49º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B84CE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 132 | 206 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.19 |
| HSL | 233.49º | 0.46% | 0.65% | - |
| HSV(B) | 233.49º | 0.4% | 0.81% | - |
| XYZ | 27.56 | 25.17 | 61.8 | - |
| YUV | 137.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 206 | 0.40 | 0.36 | 0 | 0.19 | 233.49 | 0.46 | 0.65 |
| Hex | 7B | 84 | CE | 28 | 24 | 0 | 13 | E9 | 2E | 41 |
| Octal | 173 | 204 | 316 | 50 | 44 | 0 | 23 | 351 | 56 | 101 |
| Binary | 1111011 | 10000100 | 11001110 | 101000 | 100100 | 0 | 10011 | 11101001 | 101110 | 1000001 |
Color Harmonies of #7B84CE
Complementary color
Monochromatic Colors of #7B84CE
Black with #7B84CE
Text Example
Text Example
White with #7B84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B84CE; }
p { color: rgb(123,132,206); }
H1.HeaderClassName
{
color: #7B84CE;
}
.AnyTagClassName
{
color: #7B84CE;
}
</style>
background-color css
<style>
a { background-color: #7B84CE; }
a { background-color: rgb(123,132,206); }
div.DivClassName
{
background-color: #7B84CE;
}
.BgClassName
{
background-color: #7B84CE;
}
</style>
border-color css
<style>
span { border-color: #7B84CE; }
span { border-color: rgb(123,132,206); }
td.TdClassName
{
border-color: #7B84CE;
}
.TagClassName
{
border-color: #7B84CE;
}
</style>