Shades of Wild Blue Yonder #7E81BD
Tints of Wild Blue Yonder #7E81BD
RGB
CMYK
RGB Variations
Color information
#7E81BD (or 0x7E81BD) is known color: Wild Blue Yonder. HEX triplet: 7E, 81 and BD. RGB value is (126,129,189). Sum of RGB (Red+Green+Blue) = 126+129+189=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E81BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E81BD is #817E42. Grayscale: #868686. Windows color (decimal): -8486467 or 12419454. OLE color: 12419454.
HSL color Cylindrical-coordinate representation of color #7E81BD: hue angle of 237.14º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E81BD is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 129 | 189 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.26 |
| HSL | 237.14º | 0.32% | 0.62% | - |
| HSV(B) | 237.14º | 0.33% | 0.74% | - |
| XYZ | 25.64 | 23.81 | 51.39 | - |
| YUV | 134.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 189 | 0.33 | 0.32 | 0 | 0.26 | 237.14 | 0.32 | 0.62 |
| Hex | 7E | 81 | BD | 21 | 20 | 0 | 1A | ED | 20 | 3E |
| Octal | 176 | 201 | 275 | 41 | 40 | 0 | 32 | 355 | 40 | 76 |
| Binary | 1111110 | 10000001 | 10111101 | 100001 | 100000 | 0 | 11010 | 11101101 | 100000 | 111110 |
Color Harmonies of #7E81BD
Complementary color
Monochromatic Colors of #7E81BD
Black with #7E81BD
Text Example
Text Example
White with #7E81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E81BD; }
p { color: rgb(126,129,189); }
H1.HeaderClassName
{
color: #7E81BD;
}
.AnyTagClassName
{
color: #7E81BD;
}
</style>
background-color css
<style>
a { background-color: #7E81BD; }
a { background-color: rgb(126,129,189); }
div.DivClassName
{
background-color: #7E81BD;
}
.BgClassName
{
background-color: #7E81BD;
}
</style>
border-color css
<style>
span { border-color: #7E81BD; }
span { border-color: rgb(126,129,189); }
td.TdClassName
{
border-color: #7E81BD;
}
.TagClassName
{
border-color: #7E81BD;
}
</style>