Shades of Wild Blue Yonder #768FD0
Tints of Wild Blue Yonder #768FD0
RGB
CMYK
RGB Variations
Color information
#768FD0 (or 0x768FD0) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and D0. RGB value is (118,143,208). Sum of RGB (Red+Green+Blue) = 118+143+208=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #768FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FD0 is #89702F. Grayscale: #8E8E8E. Windows color (decimal): -9007152 or 13668214. OLE color: 13668214.
HSL color Cylindrical-coordinate representation of color #768FD0: hue angle of 223.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #768FD0 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 143 | 208 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.18 |
| HSL | 223.33º | 0.49% | 0.64% | - |
| HSV(B) | 223.33º | 0.43% | 0.82% | - |
| XYZ | 28.68 | 28.05 | 63.58 | - |
| YUV | 142.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 208 | 0.43 | 0.31 | 0 | 0.18 | 223.33 | 0.49 | 0.64 |
| Hex | 76 | 8F | D0 | 2B | 1F | 0 | 12 | DF | 31 | 40 |
| Octal | 166 | 217 | 320 | 53 | 37 | 0 | 22 | 337 | 61 | 100 |
| Binary | 1110110 | 10001111 | 11010000 | 101011 | 11111 | 0 | 10010 | 11011111 | 110001 | 1000000 |
Color Harmonies of #768FD0
Complementary color
Monochromatic Colors of #768FD0
Black with #768FD0
Text Example
Text Example
White with #768FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FD0; }
p { color: rgb(118,143,208); }
H1.HeaderClassName
{
color: #768FD0;
}
.AnyTagClassName
{
color: #768FD0;
}
</style>
background-color css
<style>
a { background-color: #768FD0; }
a { background-color: rgb(118,143,208); }
div.DivClassName
{
background-color: #768FD0;
}
.BgClassName
{
background-color: #768FD0;
}
</style>
border-color css
<style>
span { border-color: #768FD0; }
span { border-color: rgb(118,143,208); }
td.TdClassName
{
border-color: #768FD0;
}
.TagClassName
{
border-color: #768FD0;
}
</style>