Shades of Wild Blue Yonder #767FBA
Tints of Wild Blue Yonder #767FBA
RGB
CMYK
RGB Variations
Color information
#767FBA (or 0x767FBA) is known color: Wild Blue Yonder. HEX triplet: 76, 7F and BA. RGB value is (118,127,186). Sum of RGB (Red+Green+Blue) = 118+127+186=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #767FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FBA is #898045. Grayscale: #828282. Windows color (decimal): -9011270 or 12222326. OLE color: 12222326.
HSL color Cylindrical-coordinate representation of color #767FBA: hue angle of 232.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #767FBA is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 127 | 186 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.27 |
| HSL | 232.06º | 0.33% | 0.6% | - |
| HSV(B) | 232.06º | 0.37% | 0.73% | - |
| XYZ | 23.92 | 22.58 | 49.55 | - |
| YUV | 131.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 186 | 0.37 | 0.32 | 0 | 0.27 | 232.06 | 0.33 | 0.6 |
| Hex | 76 | 7F | BA | 25 | 20 | 0 | 1B | E8 | 21 | 3C |
| Octal | 166 | 177 | 272 | 45 | 40 | 0 | 33 | 350 | 41 | 74 |
| Binary | 1110110 | 1111111 | 10111010 | 100101 | 100000 | 0 | 11011 | 11101000 | 100001 | 111100 |
Color Harmonies of #767FBA
Complementary color
Monochromatic Colors of #767FBA
Black with #767FBA
Text Example
Text Example
White with #767FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FBA; }
p { color: rgb(118,127,186); }
H1.HeaderClassName
{
color: #767FBA;
}
.AnyTagClassName
{
color: #767FBA;
}
</style>
background-color css
<style>
a { background-color: #767FBA; }
a { background-color: rgb(118,127,186); }
div.DivClassName
{
background-color: #767FBA;
}
.BgClassName
{
background-color: #767FBA;
}
</style>
border-color css
<style>
span { border-color: #767FBA; }
span { border-color: rgb(118,127,186); }
td.TdClassName
{
border-color: #767FBA;
}
.TagClassName
{
border-color: #767FBA;
}
</style>