Shades of Wild Blue Yonder #7B8ECC
Tints of Wild Blue Yonder #7B8ECC
RGB
CMYK
RGB Variations
Color information
#7B8ECC (or 0x7B8ECC) is known color: Wild Blue Yonder. HEX triplet: 7B, 8E and CC. RGB value is (123,142,204). Sum of RGB (Red+Green+Blue) = 123+142+204=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ECC is #847133. Grayscale: #8F8F8F. Windows color (decimal): -8679732 or 13405819. OLE color: 13405819.
HSL color Cylindrical-coordinate representation of color #7B8ECC: hue angle of 225.93º 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 #7B8ECC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 142 | 204 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.2 |
| HSL | 225.93º | 0.44% | 0.64% | - |
| HSV(B) | 225.93º | 0.4% | 0.8% | - |
| XYZ | 28.74 | 27.92 | 61 | - |
| YUV | 143.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 142 | 204 | 0.40 | 0.30 | 0 | 0.2 | 225.93 | 0.44 | 0.64 |
| Hex | 7B | 8E | CC | 28 | 1E | 0 | 14 | E2 | 2C | 40 |
| Octal | 173 | 216 | 314 | 50 | 36 | 0 | 24 | 342 | 54 | 100 |
| Binary | 1111011 | 10001110 | 11001100 | 101000 | 11110 | 0 | 10100 | 11100010 | 101100 | 1000000 |
Color Harmonies of #7B8ECC
Complementary color
Monochromatic Colors of #7B8ECC
Black with #7B8ECC
Text Example
Text Example
White with #7B8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8ECC; }
p { color: rgb(123,142,204); }
H1.HeaderClassName
{
color: #7B8ECC;
}
.AnyTagClassName
{
color: #7B8ECC;
}
</style>
background-color css
<style>
a { background-color: #7B8ECC; }
a { background-color: rgb(123,142,204); }
div.DivClassName
{
background-color: #7B8ECC;
}
.BgClassName
{
background-color: #7B8ECC;
}
</style>
border-color css
<style>
span { border-color: #7B8ECC; }
span { border-color: rgb(123,142,204); }
td.TdClassName
{
border-color: #7B8ECC;
}
.TagClassName
{
border-color: #7B8ECC;
}
</style>