Shades of Wild Blue Yonder #767EC0
Tints of Wild Blue Yonder #767EC0
RGB
CMYK
RGB Variations
Color information
#767EC0 (or 0x767EC0) is known color: Wild Blue Yonder. HEX triplet: 76, 7E and C0. RGB value is (118,126,192). Sum of RGB (Red+Green+Blue) = 118+126+192=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #767EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EC0 is #89813F. Grayscale: #828282. Windows color (decimal): -9011520 or 12615286. OLE color: 12615286.
HSL color Cylindrical-coordinate representation of color #767EC0: hue angle of 233.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767EC0 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 126 | 192 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.25 |
| HSL | 233.51º | 0.37% | 0.61% | - |
| HSV(B) | 233.51º | 0.39% | 0.75% | - |
| XYZ | 24.45 | 22.58 | 52.94 | - |
| YUV | 131.13 | 162.35 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 192 | 0.39 | 0.34 | 0 | 0.25 | 233.51 | 0.37 | 0.61 |
| Hex | 76 | 7E | C0 | 27 | 22 | 0 | 19 | EA | 25 | 3D |
| Octal | 166 | 176 | 300 | 47 | 42 | 0 | 31 | 352 | 45 | 75 |
| Binary | 1110110 | 1111110 | 11000000 | 100111 | 100010 | 0 | 11001 | 11101010 | 100101 | 111101 |
Color Harmonies of #767EC0
Complementary color
Monochromatic Colors of #767EC0
Black with #767EC0
Text Example
Text Example
White with #767EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767EC0; }
p { color: rgb(118,126,192); }
H1.HeaderClassName
{
color: #767EC0;
}
.AnyTagClassName
{
color: #767EC0;
}
</style>
background-color css
<style>
a { background-color: #767EC0; }
a { background-color: rgb(118,126,192); }
div.DivClassName
{
background-color: #767EC0;
}
.BgClassName
{
background-color: #767EC0;
}
</style>
border-color css
<style>
span { border-color: #767EC0; }
span { border-color: rgb(118,126,192); }
td.TdClassName
{
border-color: #767EC0;
}
.TagClassName
{
border-color: #767EC0;
}
</style>