Shades of Wild Blue Yonder #7D81BA
Tints of Wild Blue Yonder #7D81BA
RGB
CMYK
RGB Variations
Color information
#7D81BA (or 0x7D81BA) is known color: Wild Blue Yonder. HEX triplet: 7D, 81 and BA. RGB value is (125,129,186). Sum of RGB (Red+Green+Blue) = 125+129+186=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D81BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D81BA is #827E45. Grayscale: #868686. Windows color (decimal): -8552006 or 12222845. OLE color: 12222845.
HSL color Cylindrical-coordinate representation of color #7D81BA: hue angle of 236.07º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D81BA is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 129 | 186 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.27 |
| HSL | 236.07º | 0.31% | 0.61% | - |
| HSV(B) | 236.07º | 0.33% | 0.73% | - |
| XYZ | 25.17 | 23.61 | 49.68 | - |
| YUV | 134.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 186 | 0.33 | 0.31 | 0 | 0.27 | 236.07 | 0.31 | 0.61 |
| Hex | 7D | 81 | BA | 21 | 1F | 0 | 1B | EC | 1F | 3D |
| Octal | 175 | 201 | 272 | 41 | 37 | 0 | 33 | 354 | 37 | 75 |
| Binary | 1111101 | 10000001 | 10111010 | 100001 | 11111 | 0 | 11011 | 11101100 | 11111 | 111101 |
Color Harmonies of #7D81BA
Complementary color
Monochromatic Colors of #7D81BA
Black with #7D81BA
Text Example
Text Example
White with #7D81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D81BA; }
p { color: rgb(125,129,186); }
H1.HeaderClassName
{
color: #7D81BA;
}
.AnyTagClassName
{
color: #7D81BA;
}
</style>
background-color css
<style>
a { background-color: #7D81BA; }
a { background-color: rgb(125,129,186); }
div.DivClassName
{
background-color: #7D81BA;
}
.BgClassName
{
background-color: #7D81BA;
}
</style>
border-color css
<style>
span { border-color: #7D81BA; }
span { border-color: rgb(125,129,186); }
td.TdClassName
{
border-color: #7D81BA;
}
.TagClassName
{
border-color: #7D81BA;
}
</style>