Shades of Wild Blue Yonder #768AC0
Tints of Wild Blue Yonder #768AC0
RGB
CMYK
RGB Variations
Color information
#768AC0 (or 0x768AC0) is known color: Wild Blue Yonder. HEX triplet: 76, 8A and C0. RGB value is (118,138,192). Sum of RGB (Red+Green+Blue) = 118+138+192=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #768AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AC0 is #89753F. Grayscale: #898989. Windows color (decimal): -9008448 or 12618358. OLE color: 12618358.
HSL color Cylindrical-coordinate representation of color #768AC0: hue angle of 223.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768AC0 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 138 | 192 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.25 |
| HSL | 223.78º | 0.37% | 0.61% | - |
| HSV(B) | 223.78º | 0.39% | 0.75% | - |
| XYZ | 26.07 | 25.83 | 53.48 | - |
| YUV | 138.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 192 | 0.39 | 0.28 | 0 | 0.25 | 223.78 | 0.37 | 0.61 |
| Hex | 76 | 8A | C0 | 27 | 1C | 0 | 19 | E0 | 25 | 3D |
| Octal | 166 | 212 | 300 | 47 | 34 | 0 | 31 | 340 | 45 | 75 |
| Binary | 1110110 | 10001010 | 11000000 | 100111 | 11100 | 0 | 11001 | 11100000 | 100101 | 111101 |
Color Harmonies of #768AC0
Complementary color
Monochromatic Colors of #768AC0
Black with #768AC0
Text Example
Text Example
White with #768AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768AC0; }
p { color: rgb(118,138,192); }
H1.HeaderClassName
{
color: #768AC0;
}
.AnyTagClassName
{
color: #768AC0;
}
</style>
background-color css
<style>
a { background-color: #768AC0; }
a { background-color: rgb(118,138,192); }
div.DivClassName
{
background-color: #768AC0;
}
.BgClassName
{
background-color: #768AC0;
}
</style>
border-color css
<style>
span { border-color: #768AC0; }
span { border-color: rgb(118,138,192); }
td.TdClassName
{
border-color: #768AC0;
}
.TagClassName
{
border-color: #768AC0;
}
</style>