Shades of Wild Blue Yonder #768FCC
Tints of Wild Blue Yonder #768FCC
RGB
CMYK
RGB Variations
Color information
#768FCC (or 0x768FCC) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and CC. RGB value is (118,143,204). Sum of RGB (Red+Green+Blue) = 118+143+204=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #768FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FCC is #897033. Grayscale: #8E8E8E. Windows color (decimal): -9007156 or 13406070. OLE color: 13406070.
HSL color Cylindrical-coordinate representation of color #768FCC: hue angle of 222.56º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #768FCC is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 143 | 204 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.2 |
| HSL | 222.56º | 0.46% | 0.63% | - |
| HSV(B) | 222.56º | 0.42% | 0.8% | - |
| XYZ | 28.19 | 27.86 | 61.02 | - |
| YUV | 142.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 204 | 0.42 | 0.30 | 0 | 0.2 | 222.56 | 0.46 | 0.63 |
| Hex | 76 | 8F | CC | 2A | 1E | 0 | 14 | DF | 2E | 3F |
| Octal | 166 | 217 | 314 | 52 | 36 | 0 | 24 | 337 | 56 | 77 |
| Binary | 1110110 | 10001111 | 11001100 | 101010 | 11110 | 0 | 10100 | 11011111 | 101110 | 111111 |
Color Harmonies of #768FCC
Complementary color
Monochromatic Colors of #768FCC
Black with #768FCC
Text Example
Text Example
White with #768FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FCC; }
p { color: rgb(118,143,204); }
H1.HeaderClassName
{
color: #768FCC;
}
.AnyTagClassName
{
color: #768FCC;
}
</style>
background-color css
<style>
a { background-color: #768FCC; }
a { background-color: rgb(118,143,204); }
div.DivClassName
{
background-color: #768FCC;
}
.BgClassName
{
background-color: #768FCC;
}
</style>
border-color css
<style>
span { border-color: #768FCC; }
span { border-color: rgb(118,143,204); }
td.TdClassName
{
border-color: #768FCC;
}
.TagClassName
{
border-color: #768FCC;
}
</style>