Shades of Wild Blue Yonder #768DBD
Tints of Wild Blue Yonder #768DBD
RGB
CMYK
RGB Variations
Color information
#768DBD (or 0x768DBD) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and BD. RGB value is (118,141,189). Sum of RGB (Red+Green+Blue) = 118+141+189=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #768DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DBD is #897242. Grayscale: #8B8B8B. Windows color (decimal): -9007683 or 12422518. OLE color: 12422518.
HSL color Cylindrical-coordinate representation of color #768DBD: hue angle of 220.56º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #768DBD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 141 | 189 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.26 |
| HSL | 220.56º | 0.35% | 0.6% | - |
| HSV(B) | 220.56º | 0.38% | 0.74% | - |
| XYZ | 26.18 | 26.58 | 51.89 | - |
| YUV | 139.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 189 | 0.38 | 0.25 | 0 | 0.26 | 220.56 | 0.35 | 0.6 |
| Hex | 76 | 8D | BD | 26 | 19 | 0 | 1A | DD | 23 | 3C |
| Octal | 166 | 215 | 275 | 46 | 31 | 0 | 32 | 335 | 43 | 74 |
| Binary | 1110110 | 10001101 | 10111101 | 100110 | 11001 | 0 | 11010 | 11011101 | 100011 | 111100 |
Color Harmonies of #768DBD
Complementary color
Monochromatic Colors of #768DBD
Black with #768DBD
Text Example
Text Example
White with #768DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768DBD; }
p { color: rgb(118,141,189); }
H1.HeaderClassName
{
color: #768DBD;
}
.AnyTagClassName
{
color: #768DBD;
}
</style>
background-color css
<style>
a { background-color: #768DBD; }
a { background-color: rgb(118,141,189); }
div.DivClassName
{
background-color: #768DBD;
}
.BgClassName
{
background-color: #768DBD;
}
</style>
border-color css
<style>
span { border-color: #768DBD; }
span { border-color: rgb(118,141,189); }
td.TdClassName
{
border-color: #768DBD;
}
.TagClassName
{
border-color: #768DBD;
}
</style>