Shades of Wild Blue Yonder #7681BA
Tints of Wild Blue Yonder #7681BA
RGB
CMYK
RGB Variations
Color information
#7681BA (or 0x7681BA) is known color: Wild Blue Yonder. HEX triplet: 76, 81 and BA. RGB value is (118,129,186). Sum of RGB (Red+Green+Blue) = 118+129+186=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #7681BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7681BA is #897E45. Grayscale: #838383. Windows color (decimal): -9010758 or 12222838. OLE color: 12222838.
HSL color Cylindrical-coordinate representation of color #7681BA: hue angle of 230.29º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7681BA is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 129 | 186 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.27 |
| HSL | 230.29º | 0.33% | 0.6% | - |
| HSV(B) | 230.29º | 0.37% | 0.73% | - |
| XYZ | 24.18 | 23.1 | 49.64 | - |
| YUV | 132.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 186 | 0.37 | 0.31 | 0 | 0.27 | 230.29 | 0.33 | 0.6 |
| Hex | 76 | 81 | BA | 25 | 1F | 0 | 1B | E6 | 21 | 3C |
| Octal | 166 | 201 | 272 | 45 | 37 | 0 | 33 | 346 | 41 | 74 |
| Binary | 1110110 | 10000001 | 10111010 | 100101 | 11111 | 0 | 11011 | 11100110 | 100001 | 111100 |
Color Harmonies of #7681BA
Complementary color
Monochromatic Colors of #7681BA
Black with #7681BA
Text Example
Text Example
White with #7681BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7681BA; }
p { color: rgb(118,129,186); }
H1.HeaderClassName
{
color: #7681BA;
}
.AnyTagClassName
{
color: #7681BA;
}
</style>
background-color css
<style>
a { background-color: #7681BA; }
a { background-color: rgb(118,129,186); }
div.DivClassName
{
background-color: #7681BA;
}
.BgClassName
{
background-color: #7681BA;
}
</style>
border-color css
<style>
span { border-color: #7681BA; }
span { border-color: rgb(118,129,186); }
td.TdClassName
{
border-color: #7681BA;
}
.TagClassName
{
border-color: #7681BA;
}
</style>