Shades of Wild Blue Yonder #7681BC
Tints of Wild Blue Yonder #7681BC
RGB
CMYK
RGB Variations
Color information
#7681BC (or 0x7681BC) is known color: Wild Blue Yonder. HEX triplet: 76, 81 and BC. RGB value is (118,129,188). Sum of RGB (Red+Green+Blue) = 118+129+188=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #7681BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7681BC is #897E43. Grayscale: #848484. Windows color (decimal): -9010756 or 12353910. OLE color: 12353910.
HSL color Cylindrical-coordinate representation of color #7681BC: hue angle of 230.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7681BC is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 129 | 188 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.26 |
| HSL | 230.57º | 0.34% | 0.6% | - |
| HSV(B) | 230.57º | 0.37% | 0.74% | - |
| XYZ | 24.4 | 23.18 | 50.77 | - |
| YUV | 132.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 188 | 0.37 | 0.31 | 0 | 0.26 | 230.57 | 0.34 | 0.6 |
| Hex | 76 | 81 | BC | 25 | 1F | 0 | 1A | E7 | 22 | 3C |
| Octal | 166 | 201 | 274 | 45 | 37 | 0 | 32 | 347 | 42 | 74 |
| Binary | 1110110 | 10000001 | 10111100 | 100101 | 11111 | 0 | 11010 | 11100111 | 100010 | 111100 |
Color Harmonies of #7681BC
Complementary color
Monochromatic Colors of #7681BC
Black with #7681BC
Text Example
Text Example
White with #7681BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7681BC; }
p { color: rgb(118,129,188); }
H1.HeaderClassName
{
color: #7681BC;
}
.AnyTagClassName
{
color: #7681BC;
}
</style>
background-color css
<style>
a { background-color: #7681BC; }
a { background-color: rgb(118,129,188); }
div.DivClassName
{
background-color: #7681BC;
}
.BgClassName
{
background-color: #7681BC;
}
</style>
border-color css
<style>
span { border-color: #7681BC; }
span { border-color: rgb(118,129,188); }
td.TdClassName
{
border-color: #7681BC;
}
.TagClassName
{
border-color: #7681BC;
}
</style>