Shades of Wild Blue Yonder #7E8CCC
Tints of Wild Blue Yonder #7E8CCC
RGB
CMYK
RGB Variations
Color information
#7E8CCC (or 0x7E8CCC) is known color: Wild Blue Yonder. HEX triplet: 7E, 8C and CC. RGB value is (126,140,204). Sum of RGB (Red+Green+Blue) = 126+140+204=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E8CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8CCC is #817333. Grayscale: #8E8E8E. Windows color (decimal): -8483636 or 13405310. OLE color: 13405310.
HSL color Cylindrical-coordinate representation of color #7E8CCC: hue angle of 229.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E8CCC is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 140 | 204 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.2 |
| HSL | 229.23º | 0.43% | 0.65% | - |
| HSV(B) | 229.23º | 0.38% | 0.8% | - |
| XYZ | 28.88 | 27.55 | 60.92 | - |
| YUV | 143.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 140 | 204 | 0.38 | 0.31 | 0 | 0.2 | 229.23 | 0.43 | 0.65 |
| Hex | 7E | 8C | CC | 26 | 1F | 0 | 14 | E5 | 2B | 41 |
| Octal | 176 | 214 | 314 | 46 | 37 | 0 | 24 | 345 | 53 | 101 |
| Binary | 1111110 | 10001100 | 11001100 | 100110 | 11111 | 0 | 10100 | 11100101 | 101011 | 1000001 |
Color Harmonies of #7E8CCC
Complementary color
Monochromatic Colors of #7E8CCC
Black with #7E8CCC
Text Example
Text Example
White with #7E8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8CCC; }
p { color: rgb(126,140,204); }
H1.HeaderClassName
{
color: #7E8CCC;
}
.AnyTagClassName
{
color: #7E8CCC;
}
</style>
background-color css
<style>
a { background-color: #7E8CCC; }
a { background-color: rgb(126,140,204); }
div.DivClassName
{
background-color: #7E8CCC;
}
.BgClassName
{
background-color: #7E8CCC;
}
</style>
border-color css
<style>
span { border-color: #7E8CCC; }
span { border-color: rgb(126,140,204); }
td.TdClassName
{
border-color: #7E8CCC;
}
.TagClassName
{
border-color: #7E8CCC;
}
</style>