Shades of Wild Blue Yonder #767FBC
Tints of Wild Blue Yonder #767FBC
RGB
CMYK
RGB Variations
Color information
#767FBC (or 0x767FBC) is known color: Wild Blue Yonder. HEX triplet: 76, 7F and BC. RGB value is (118,127,188). Sum of RGB (Red+Green+Blue) = 118+127+188=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #767FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FBC is #898043. Grayscale: #838383. Windows color (decimal): -9011268 or 12353398. OLE color: 12353398.
HSL color Cylindrical-coordinate representation of color #767FBC: hue angle of 232.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #767FBC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 127 | 188 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.26 |
| HSL | 232.29º | 0.34% | 0.6% | - |
| HSV(B) | 232.29º | 0.37% | 0.74% | - |
| XYZ | 24.14 | 22.66 | 50.68 | - |
| YUV | 131.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 188 | 0.37 | 0.32 | 0 | 0.26 | 232.29 | 0.34 | 0.6 |
| Hex | 76 | 7F | BC | 25 | 20 | 0 | 1A | E8 | 22 | 3C |
| Octal | 166 | 177 | 274 | 45 | 40 | 0 | 32 | 350 | 42 | 74 |
| Binary | 1110110 | 1111111 | 10111100 | 100101 | 100000 | 0 | 11010 | 11101000 | 100010 | 111100 |
Color Harmonies of #767FBC
Complementary color
Monochromatic Colors of #767FBC
Black with #767FBC
Text Example
Text Example
White with #767FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FBC; }
p { color: rgb(118,127,188); }
H1.HeaderClassName
{
color: #767FBC;
}
.AnyTagClassName
{
color: #767FBC;
}
</style>
background-color css
<style>
a { background-color: #767FBC; }
a { background-color: rgb(118,127,188); }
div.DivClassName
{
background-color: #767FBC;
}
.BgClassName
{
background-color: #767FBC;
}
</style>
border-color css
<style>
span { border-color: #767FBC; }
span { border-color: rgb(118,127,188); }
td.TdClassName
{
border-color: #767FBC;
}
.TagClassName
{
border-color: #767FBC;
}
</style>