Shades of Wild Blue Yonder #768CC1
Tints of Wild Blue Yonder #768CC1
RGB
CMYK
RGB Variations
Color information
#768CC1 (or 0x768CC1) is known color: Wild Blue Yonder. HEX triplet: 76, 8C and C1. RGB value is (118,140,193). Sum of RGB (Red+Green+Blue) = 118+140+193=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #768CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CC1 is #89733E. Grayscale: #8B8B8B. Windows color (decimal): -9007935 or 12684406. OLE color: 12684406.
HSL color Cylindrical-coordinate representation of color #768CC1: hue angle of 222.4º 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 #768CC1 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 140 | 193 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.24 |
| HSL | 222.4º | 0.38% | 0.61% | - |
| HSV(B) | 222.4º | 0.39% | 0.76% | - |
| XYZ | 26.47 | 26.46 | 54.16 | - |
| YUV | 139.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 193 | 0.39 | 0.27 | 0 | 0.24 | 222.4 | 0.38 | 0.61 |
| Hex | 76 | 8C | C1 | 27 | 1B | 0 | 18 | DE | 26 | 3D |
| Octal | 166 | 214 | 301 | 47 | 33 | 0 | 30 | 336 | 46 | 75 |
| Binary | 1110110 | 10001100 | 11000001 | 100111 | 11011 | 0 | 11000 | 11011110 | 100110 | 111101 |
Color Harmonies of #768CC1
Complementary color
Monochromatic Colors of #768CC1
Black with #768CC1
Text Example
Text Example
White with #768CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768CC1; }
p { color: rgb(118,140,193); }
H1.HeaderClassName
{
color: #768CC1;
}
.AnyTagClassName
{
color: #768CC1;
}
</style>
background-color css
<style>
a { background-color: #768CC1; }
a { background-color: rgb(118,140,193); }
div.DivClassName
{
background-color: #768CC1;
}
.BgClassName
{
background-color: #768CC1;
}
</style>
border-color css
<style>
span { border-color: #768CC1; }
span { border-color: rgb(118,140,193); }
td.TdClassName
{
border-color: #768CC1;
}
.TagClassName
{
border-color: #768CC1;
}
</style>