Shades of Wild Blue Yonder #768CBA
Tints of Wild Blue Yonder #768CBA
RGB
CMYK
RGB Variations
Color information
#768CBA (or 0x768CBA) is known color: Wild Blue Yonder. HEX triplet: 76, 8C and BA. RGB value is (118,140,186). Sum of RGB (Red+Green+Blue) = 118+140+186=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #768CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CBA is #897345. Grayscale: #8A8A8A. Windows color (decimal): -9007942 or 12225654. OLE color: 12225654.
HSL color Cylindrical-coordinate representation of color #768CBA: hue angle of 220.59º 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 #768CBA is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 140 | 186 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.27 |
| HSL | 220.59º | 0.33% | 0.6% | - |
| HSV(B) | 220.59º | 0.37% | 0.73% | - |
| XYZ | 25.71 | 26.15 | 50.15 | - |
| YUV | 138.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 186 | 0.37 | 0.25 | 0 | 0.27 | 220.59 | 0.33 | 0.6 |
| Hex | 76 | 8C | BA | 25 | 19 | 0 | 1B | DD | 21 | 3C |
| Octal | 166 | 214 | 272 | 45 | 31 | 0 | 33 | 335 | 41 | 74 |
| Binary | 1110110 | 10001100 | 10111010 | 100101 | 11001 | 0 | 11011 | 11011101 | 100001 | 111100 |
Color Harmonies of #768CBA
Complementary color
Monochromatic Colors of #768CBA
Black with #768CBA
Text Example
Text Example
White with #768CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768CBA; }
p { color: rgb(118,140,186); }
H1.HeaderClassName
{
color: #768CBA;
}
.AnyTagClassName
{
color: #768CBA;
}
</style>
background-color css
<style>
a { background-color: #768CBA; }
a { background-color: rgb(118,140,186); }
div.DivClassName
{
background-color: #768CBA;
}
.BgClassName
{
background-color: #768CBA;
}
</style>
border-color css
<style>
span { border-color: #768CBA; }
span { border-color: rgb(118,140,186); }
td.TdClassName
{
border-color: #768CBA;
}
.TagClassName
{
border-color: #768CBA;
}
</style>