Shades of Wild Blue Yonder #768AC6
Tints of Wild Blue Yonder #768AC6
RGB
CMYK
RGB Variations
Color information
#768AC6 (or 0x768AC6) is known color: Wild Blue Yonder. HEX triplet: 76, 8A and C6. RGB value is (118,138,198). Sum of RGB (Red+Green+Blue) = 118+138+198=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #768AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AC6 is #897539. Grayscale: #8A8A8A. Windows color (decimal): -9008442 or 13011574. OLE color: 13011574.
HSL color Cylindrical-coordinate representation of color #768AC6: hue angle of 225º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #768AC6 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 138 | 198 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.22 |
| HSL | 225º | 0.41% | 0.62% | - |
| HSV(B) | 225º | 0.4% | 0.78% | - |
| XYZ | 26.75 | 26.11 | 57.05 | - |
| YUV | 138.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 198 | 0.40 | 0.30 | 0 | 0.22 | 225 | 0.41 | 0.62 |
| Hex | 76 | 8A | C6 | 28 | 1E | 0 | 16 | E1 | 29 | 3E |
| Octal | 166 | 212 | 306 | 50 | 36 | 0 | 26 | 341 | 51 | 76 |
| Binary | 1110110 | 10001010 | 11000110 | 101000 | 11110 | 0 | 10110 | 11100001 | 101001 | 111110 |
Color Harmonies of #768AC6
Complementary color
Monochromatic Colors of #768AC6
Black with #768AC6
Text Example
Text Example
White with #768AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768AC6; }
p { color: rgb(118,138,198); }
H1.HeaderClassName
{
color: #768AC6;
}
.AnyTagClassName
{
color: #768AC6;
}
</style>
background-color css
<style>
a { background-color: #768AC6; }
a { background-color: rgb(118,138,198); }
div.DivClassName
{
background-color: #768AC6;
}
.BgClassName
{
background-color: #768AC6;
}
</style>
border-color css
<style>
span { border-color: #768AC6; }
span { border-color: rgb(118,138,198); }
td.TdClassName
{
border-color: #768AC6;
}
.TagClassName
{
border-color: #768AC6;
}
</style>