Shades of Wild Blue Yonder #768FBA
Tints of Wild Blue Yonder #768FBA
RGB
CMYK
RGB Variations
Color information
#768FBA (or 0x768FBA) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and BA. RGB value is (118,143,186). Sum of RGB (Red+Green+Blue) = 118+143+186=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #768FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FBA is #897045. Grayscale: #8C8C8C. Windows color (decimal): -9007174 or 12226422. OLE color: 12226422.
HSL color Cylindrical-coordinate representation of color #768FBA: hue angle of 217.94º degrees, saturation: 0.33, 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 #768FBA is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 143 | 186 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.27 |
| HSL | 217.94º | 0.33% | 0.6% | - |
| HSV(B) | 217.94º | 0.37% | 0.73% | - |
| XYZ | 26.16 | 27.04 | 50.3 | - |
| YUV | 140.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 186 | 0.37 | 0.23 | 0 | 0.27 | 217.94 | 0.33 | 0.6 |
| Hex | 76 | 8F | BA | 25 | 17 | 0 | 1B | DA | 21 | 3C |
| Octal | 166 | 217 | 272 | 45 | 27 | 0 | 33 | 332 | 41 | 74 |
| Binary | 1110110 | 10001111 | 10111010 | 100101 | 10111 | 0 | 11011 | 11011010 | 100001 | 111100 |
Color Harmonies of #768FBA
Complementary color
Monochromatic Colors of #768FBA
Black with #768FBA
Text Example
Text Example
White with #768FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FBA; }
p { color: rgb(118,143,186); }
H1.HeaderClassName
{
color: #768FBA;
}
.AnyTagClassName
{
color: #768FBA;
}
</style>
background-color css
<style>
a { background-color: #768FBA; }
a { background-color: rgb(118,143,186); }
div.DivClassName
{
background-color: #768FBA;
}
.BgClassName
{
background-color: #768FBA;
}
</style>
border-color css
<style>
span { border-color: #768FBA; }
span { border-color: rgb(118,143,186); }
td.TdClassName
{
border-color: #768FBA;
}
.TagClassName
{
border-color: #768FBA;
}
</style>