Shades of Wild Blue Yonder #767CBA
Tints of Wild Blue Yonder #767CBA
RGB
CMYK
RGB Variations
Color information
#767CBA (or 0x767CBA) is known color: Wild Blue Yonder. HEX triplet: 76, 7C and BA. RGB value is (118,124,186). Sum of RGB (Red+Green+Blue) = 118+124+186=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #767CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CBA is #898345. Grayscale: #818181. Windows color (decimal): -9012038 or 12221558. OLE color: 12221558.
HSL color Cylindrical-coordinate representation of color #767CBA: hue angle of 234.71º 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 #767CBA is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 124 | 186 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.27 |
| HSL | 234.71º | 0.33% | 0.6% | - |
| HSV(B) | 234.71º | 0.37% | 0.73% | - |
| XYZ | 23.54 | 21.81 | 49.42 | - |
| YUV | 129.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 186 | 0.37 | 0.33 | 0 | 0.27 | 234.71 | 0.33 | 0.6 |
| Hex | 76 | 7C | BA | 25 | 21 | 0 | 1B | EB | 21 | 3C |
| Octal | 166 | 174 | 272 | 45 | 41 | 0 | 33 | 353 | 41 | 74 |
| Binary | 1110110 | 1111100 | 10111010 | 100101 | 100001 | 0 | 11011 | 11101011 | 100001 | 111100 |
Color Harmonies of #767CBA
Complementary color
Monochromatic Colors of #767CBA
Black with #767CBA
Text Example
Text Example
White with #767CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CBA; }
p { color: rgb(118,124,186); }
H1.HeaderClassName
{
color: #767CBA;
}
.AnyTagClassName
{
color: #767CBA;
}
</style>
background-color css
<style>
a { background-color: #767CBA; }
a { background-color: rgb(118,124,186); }
div.DivClassName
{
background-color: #767CBA;
}
.BgClassName
{
background-color: #767CBA;
}
</style>
border-color css
<style>
span { border-color: #767CBA; }
span { border-color: rgb(118,124,186); }
td.TdClassName
{
border-color: #767CBA;
}
.TagClassName
{
border-color: #767CBA;
}
</style>