Shades of Wild Blue Yonder #7B84CC
Tints of Wild Blue Yonder #7B84CC
RGB
CMYK
RGB Variations
Color information
#7B84CC (or 0x7B84CC) is known color: Wild Blue Yonder. HEX triplet: 7B, 84 and CC. RGB value is (123,132,204). Sum of RGB (Red+Green+Blue) = 123+132+204=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B84CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B84CC is #847B33. Grayscale: #898989. Windows color (decimal): -8682292 or 13403259. OLE color: 13403259.
HSL color Cylindrical-coordinate representation of color #7B84CC: hue angle of 233.33º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B84CC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 132 | 204 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.2 |
| HSL | 233.33º | 0.44% | 0.64% | - |
| HSV(B) | 233.33º | 0.4% | 0.8% | - |
| XYZ | 27.32 | 25.07 | 60.53 | - |
| YUV | 137.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 204 | 0.40 | 0.35 | 0 | 0.2 | 233.33 | 0.44 | 0.64 |
| Hex | 7B | 84 | CC | 28 | 23 | 0 | 14 | E9 | 2C | 40 |
| Octal | 173 | 204 | 314 | 50 | 43 | 0 | 24 | 351 | 54 | 100 |
| Binary | 1111011 | 10000100 | 11001100 | 101000 | 100011 | 0 | 10100 | 11101001 | 101100 | 1000000 |
Color Harmonies of #7B84CC
Complementary color
Monochromatic Colors of #7B84CC
Black with #7B84CC
Text Example
Text Example
White with #7B84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B84CC; }
p { color: rgb(123,132,204); }
H1.HeaderClassName
{
color: #7B84CC;
}
.AnyTagClassName
{
color: #7B84CC;
}
</style>
background-color css
<style>
a { background-color: #7B84CC; }
a { background-color: rgb(123,132,204); }
div.DivClassName
{
background-color: #7B84CC;
}
.BgClassName
{
background-color: #7B84CC;
}
</style>
border-color css
<style>
span { border-color: #7B84CC; }
span { border-color: rgb(123,132,204); }
td.TdClassName
{
border-color: #7B84CC;
}
.TagClassName
{
border-color: #7B84CC;
}
</style>