Shades of Wild Blue Yonder #7689CF
Tints of Wild Blue Yonder #7689CF
RGB
CMYK
RGB Variations
Color information
#7689CF (or 0x7689CF) is known color: Wild Blue Yonder. HEX triplet: 76, 89 and CF. RGB value is (118,137,207). Sum of RGB (Red+Green+Blue) = 118+137+207=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #7689CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7689CF is #897630. Grayscale: #8B8B8B. Windows color (decimal): -9008689 or 13601142. OLE color: 13601142.
HSL color Cylindrical-coordinate representation of color #7689CF: hue angle of 227.19º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7689CF is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 137 | 207 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.19 |
| HSL | 227.19º | 0.48% | 0.64% | - |
| HSV(B) | 227.19º | 0.43% | 0.81% | - |
| XYZ | 27.68 | 26.25 | 62.64 | - |
| YUV | 139.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 207 | 0.43 | 0.34 | 0 | 0.19 | 227.19 | 0.48 | 0.64 |
| Hex | 76 | 89 | CF | 2B | 22 | 0 | 13 | E3 | 30 | 40 |
| Octal | 166 | 211 | 317 | 53 | 42 | 0 | 23 | 343 | 60 | 100 |
| Binary | 1110110 | 10001001 | 11001111 | 101011 | 100010 | 0 | 10011 | 11100011 | 110000 | 1000000 |
Color Harmonies of #7689CF
Complementary color
Monochromatic Colors of #7689CF
Black with #7689CF
Text Example
Text Example
White with #7689CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7689CF; }
p { color: rgb(118,137,207); }
H1.HeaderClassName
{
color: #7689CF;
}
.AnyTagClassName
{
color: #7689CF;
}
</style>
background-color css
<style>
a { background-color: #7689CF; }
a { background-color: rgb(118,137,207); }
div.DivClassName
{
background-color: #7689CF;
}
.BgClassName
{
background-color: #7689CF;
}
</style>
border-color css
<style>
span { border-color: #7689CF; }
span { border-color: rgb(118,137,207); }
td.TdClassName
{
border-color: #7689CF;
}
.TagClassName
{
border-color: #7689CF;
}
</style>