Shades of Wild Blue Yonder #7E8ACB
Tints of Wild Blue Yonder #7E8ACB
RGB
CMYK
RGB Variations
Color information
#7E8ACB (or 0x7E8ACB) is known color: Wild Blue Yonder. HEX triplet: 7E, 8A and CB. RGB value is (126,138,203). Sum of RGB (Red+Green+Blue) = 126+138+203=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E8ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8ACB is #817534. Grayscale: #8D8D8D. Windows color (decimal): -8484149 or 13339262. OLE color: 13339262.
HSL color Cylindrical-coordinate representation of color #7E8ACB: hue angle of 230.65º 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 #7E8ACB is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 138 | 203 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.20 |
| HSL | 230.65º | 0.43% | 0.65% | - |
| HSV(B) | 230.65º | 0.38% | 0.8% | - |
| XYZ | 28.47 | 26.92 | 60.2 | - |
| YUV | 141.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 203 | 0.38 | 0.32 | 0 | 0.20 | 230.65 | 0.43 | 0.65 |
| Hex | 7E | 8A | CB | 26 | 20 | 0 | 14 | E7 | 2B | 41 |
| Octal | 176 | 212 | 313 | 46 | 40 | 0 | 24 | 347 | 53 | 101 |
| Binary | 1111110 | 10001010 | 11001011 | 100110 | 100000 | 0 | 10100 | 11100111 | 101011 | 1000001 |
Color Harmonies of #7E8ACB
Complementary color
Monochromatic Colors of #7E8ACB
Black with #7E8ACB
Text Example
Text Example
White with #7E8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8ACB; }
p { color: rgb(126,138,203); }
H1.HeaderClassName
{
color: #7E8ACB;
}
.AnyTagClassName
{
color: #7E8ACB;
}
</style>
background-color css
<style>
a { background-color: #7E8ACB; }
a { background-color: rgb(126,138,203); }
div.DivClassName
{
background-color: #7E8ACB;
}
.BgClassName
{
background-color: #7E8ACB;
}
</style>
border-color css
<style>
span { border-color: #7E8ACB; }
span { border-color: rgb(126,138,203); }
td.TdClassName
{
border-color: #7E8ACB;
}
.TagClassName
{
border-color: #7E8ACB;
}
</style>