Shades of Wild Blue Yonder #768BD0
Tints of Wild Blue Yonder #768BD0
RGB
CMYK
RGB Variations
Color information
#768BD0 (or 0x768BD0) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and D0. RGB value is (118,139,208). Sum of RGB (Red+Green+Blue) = 118+139+208=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #768BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BD0 is #89742F. Grayscale: #8C8C8C. Windows color (decimal): -9008176 or 13667190. OLE color: 13667190.
HSL color Cylindrical-coordinate representation of color #768BD0: hue angle of 226º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #768BD0 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 139 | 208 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.18 |
| HSL | 226º | 0.49% | 0.64% | - |
| HSV(B) | 226º | 0.43% | 0.82% | - |
| XYZ | 28.09 | 26.87 | 63.38 | - |
| YUV | 140.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 208 | 0.43 | 0.33 | 0 | 0.18 | 226 | 0.49 | 0.64 |
| Hex | 76 | 8B | D0 | 2B | 21 | 0 | 12 | E2 | 31 | 40 |
| Octal | 166 | 213 | 320 | 53 | 41 | 0 | 22 | 342 | 61 | 100 |
| Binary | 1110110 | 10001011 | 11010000 | 101011 | 100001 | 0 | 10010 | 11100010 | 110001 | 1000000 |
Color Harmonies of #768BD0
Complementary color
Monochromatic Colors of #768BD0
Black with #768BD0
Text Example
Text Example
White with #768BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BD0; }
p { color: rgb(118,139,208); }
H1.HeaderClassName
{
color: #768BD0;
}
.AnyTagClassName
{
color: #768BD0;
}
</style>
background-color css
<style>
a { background-color: #768BD0; }
a { background-color: rgb(118,139,208); }
div.DivClassName
{
background-color: #768BD0;
}
.BgClassName
{
background-color: #768BD0;
}
</style>
border-color css
<style>
span { border-color: #768BD0; }
span { border-color: rgb(118,139,208); }
td.TdClassName
{
border-color: #768BD0;
}
.TagClassName
{
border-color: #768BD0;
}
</style>