Shades of Wild Blue Yonder #7B8ECD
Tints of Wild Blue Yonder #7B8ECD
RGB
CMYK
RGB Variations
Color information
#7B8ECD (or 0x7B8ECD) is known color: Wild Blue Yonder. HEX triplet: 7B, 8E and CD. RGB value is (123,142,205). Sum of RGB (Red+Green+Blue) = 123+142+205=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B8ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ECD is #847132. Grayscale: #8F8F8F. Windows color (decimal): -8679731 or 13471355. OLE color: 13471355.
HSL color Cylindrical-coordinate representation of color #7B8ECD: hue angle of 226.1º degrees, saturation: 0.45, 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 #7B8ECD is Cyan = 0.4, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 142 | 205 | - |
| CMYK | 0.4 | 0.31 | 0 | 0.20 |
| HSL | 226.1º | 0.45% | 0.64% | - |
| HSV(B) | 226.1º | 0.4% | 0.8% | - |
| XYZ | 28.86 | 27.96 | 61.63 | - |
| YUV | 143.5 | 162.71 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 142 | 205 | 0.4 | 0.31 | 0 | 0.20 | 226.1 | 0.45 | 0.64 |
| Hex | 7B | 8E | CD | 28 | 1F | 0 | 14 | E2 | 2D | 40 |
| Octal | 173 | 216 | 315 | 50 | 37 | 0 | 24 | 342 | 55 | 100 |
| Binary | 1111011 | 10001110 | 11001101 | 101000 | 11111 | 0 | 10100 | 11100010 | 101101 | 1000000 |
Color Harmonies of #7B8ECD
Complementary color
Monochromatic Colors of #7B8ECD
Black with #7B8ECD
Text Example
Text Example
White with #7B8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8ECD; }
p { color: rgb(123,142,205); }
H1.HeaderClassName
{
color: #7B8ECD;
}
.AnyTagClassName
{
color: #7B8ECD;
}
</style>
background-color css
<style>
a { background-color: #7B8ECD; }
a { background-color: rgb(123,142,205); }
div.DivClassName
{
background-color: #7B8ECD;
}
.BgClassName
{
background-color: #7B8ECD;
}
</style>
border-color css
<style>
span { border-color: #7B8ECD; }
span { border-color: rgb(123,142,205); }
td.TdClassName
{
border-color: #7B8ECD;
}
.TagClassName
{
border-color: #7B8ECD;
}
</style>