Shades of Wild Blue Yonder #768AC1
Tints of Wild Blue Yonder #768AC1
RGB
CMYK
RGB Variations
Color information
#768AC1 (or 0x768AC1) is known color: Wild Blue Yonder. HEX triplet: 76, 8A and C1. RGB value is (118,138,193). Sum of RGB (Red+Green+Blue) = 118+138+193=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #768AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AC1 is #89753E. Grayscale: #8A8A8A. Windows color (decimal): -9008447 or 12683894. OLE color: 12683894.
HSL color Cylindrical-coordinate representation of color #768AC1: hue angle of 224º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768AC1 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 138 | 193 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.24 |
| HSL | 224º | 0.38% | 0.61% | - |
| HSV(B) | 224º | 0.39% | 0.76% | - |
| XYZ | 26.19 | 25.88 | 54.07 | - |
| YUV | 138.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 193 | 0.39 | 0.28 | 0 | 0.24 | 224 | 0.38 | 0.61 |
| Hex | 76 | 8A | C1 | 27 | 1C | 0 | 18 | E0 | 26 | 3D |
| Octal | 166 | 212 | 301 | 47 | 34 | 0 | 30 | 340 | 46 | 75 |
| Binary | 1110110 | 10001010 | 11000001 | 100111 | 11100 | 0 | 11000 | 11100000 | 100110 | 111101 |
Color Harmonies of #768AC1
Complementary color
Monochromatic Colors of #768AC1
Black with #768AC1
Text Example
Text Example
White with #768AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768AC1; }
p { color: rgb(118,138,193); }
H1.HeaderClassName
{
color: #768AC1;
}
.AnyTagClassName
{
color: #768AC1;
}
</style>
background-color css
<style>
a { background-color: #768AC1; }
a { background-color: rgb(118,138,193); }
div.DivClassName
{
background-color: #768AC1;
}
.BgClassName
{
background-color: #768AC1;
}
</style>
border-color css
<style>
span { border-color: #768AC1; }
span { border-color: rgb(118,138,193); }
td.TdClassName
{
border-color: #768AC1;
}
.TagClassName
{
border-color: #768AC1;
}
</style>