Shades of Wild Blue Yonder #768FBC
Tints of Wild Blue Yonder #768FBC
RGB
CMYK
RGB Variations
Color information
#768FBC (or 0x768FBC) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and BC. RGB value is (118,143,188). Sum of RGB (Red+Green+Blue) = 118+143+188=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #768FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FBC is #897043. Grayscale: #8C8C8C. Windows color (decimal): -9007172 or 12357494. OLE color: 12357494.
HSL color Cylindrical-coordinate representation of color #768FBC: hue angle of 218.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 #768FBC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 143 | 188 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.26 |
| HSL | 218.57º | 0.34% | 0.6% | - |
| HSV(B) | 218.57º | 0.37% | 0.74% | - |
| XYZ | 26.37 | 27.13 | 51.42 | - |
| YUV | 140.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 188 | 0.37 | 0.24 | 0 | 0.26 | 218.57 | 0.34 | 0.6 |
| Hex | 76 | 8F | BC | 25 | 18 | 0 | 1A | DB | 22 | 3C |
| Octal | 166 | 217 | 274 | 45 | 30 | 0 | 32 | 333 | 42 | 74 |
| Binary | 1110110 | 10001111 | 10111100 | 100101 | 11000 | 0 | 11010 | 11011011 | 100010 | 111100 |
Color Harmonies of #768FBC
Complementary color
Monochromatic Colors of #768FBC
Black with #768FBC
Text Example
Text Example
White with #768FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FBC; }
p { color: rgb(118,143,188); }
H1.HeaderClassName
{
color: #768FBC;
}
.AnyTagClassName
{
color: #768FBC;
}
</style>
background-color css
<style>
a { background-color: #768FBC; }
a { background-color: rgb(118,143,188); }
div.DivClassName
{
background-color: #768FBC;
}
.BgClassName
{
background-color: #768FBC;
}
</style>
border-color css
<style>
span { border-color: #768FBC; }
span { border-color: rgb(118,143,188); }
td.TdClassName
{
border-color: #768FBC;
}
.TagClassName
{
border-color: #768FBC;
}
</style>