Shades of Wild Blue Yonder #768FBB
Tints of Wild Blue Yonder #768FBB
RGB
CMYK
RGB Variations
Color information
#768FBB (or 0x768FBB) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and BB. RGB value is (118,143,187). Sum of RGB (Red+Green+Blue) = 118+143+187=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #768FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FBB is #897044. Grayscale: #8C8C8C. Windows color (decimal): -9007173 or 12291958. OLE color: 12291958.
HSL color Cylindrical-coordinate representation of color #768FBB: hue angle of 218.26º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #768FBB is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 143 | 187 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.27 |
| HSL | 218.26º | 0.34% | 0.6% | - |
| HSV(B) | 218.26º | 0.37% | 0.73% | - |
| XYZ | 26.26 | 27.08 | 50.86 | - |
| YUV | 140.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 187 | 0.37 | 0.24 | 0 | 0.27 | 218.26 | 0.34 | 0.6 |
| Hex | 76 | 8F | BB | 25 | 18 | 0 | 1B | DA | 22 | 3C |
| Octal | 166 | 217 | 273 | 45 | 30 | 0 | 33 | 332 | 42 | 74 |
| Binary | 1110110 | 10001111 | 10111011 | 100101 | 11000 | 0 | 11011 | 11011010 | 100010 | 111100 |
Color Harmonies of #768FBB
Complementary color
Monochromatic Colors of #768FBB
Black with #768FBB
Text Example
Text Example
White with #768FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FBB; }
p { color: rgb(118,143,187); }
H1.HeaderClassName
{
color: #768FBB;
}
.AnyTagClassName
{
color: #768FBB;
}
</style>
background-color css
<style>
a { background-color: #768FBB; }
a { background-color: rgb(118,143,187); }
div.DivClassName
{
background-color: #768FBB;
}
.BgClassName
{
background-color: #768FBB;
}
</style>
border-color css
<style>
span { border-color: #768FBB; }
span { border-color: rgb(118,143,187); }
td.TdClassName
{
border-color: #768FBB;
}
.TagClassName
{
border-color: #768FBB;
}
</style>