Shades of Wild Blue Yonder #768BBB
Tints of Wild Blue Yonder #768BBB
RGB
CMYK
RGB Variations
Color information
#768BBB (or 0x768BBB) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and BB. RGB value is (118,139,187). Sum of RGB (Red+Green+Blue) = 118+139+187=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #768BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BBB is #897444. Grayscale: #898989. Windows color (decimal): -9008197 or 12290934. OLE color: 12290934.
HSL color Cylindrical-coordinate representation of color #768BBB: hue angle of 221.74º degrees, saturation: 0.34, 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 #768BBB is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 139 | 187 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.27 |
| HSL | 221.74º | 0.34% | 0.6% | - |
| HSV(B) | 221.74º | 0.37% | 0.73% | - |
| XYZ | 25.67 | 25.9 | 50.66 | - |
| YUV | 138.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 187 | 0.37 | 0.26 | 0 | 0.27 | 221.74 | 0.34 | 0.6 |
| Hex | 76 | 8B | BB | 25 | 1A | 0 | 1B | DE | 22 | 3C |
| Octal | 166 | 213 | 273 | 45 | 32 | 0 | 33 | 336 | 42 | 74 |
| Binary | 1110110 | 10001011 | 10111011 | 100101 | 11010 | 0 | 11011 | 11011110 | 100010 | 111100 |
Color Harmonies of #768BBB
Complementary color
Monochromatic Colors of #768BBB
Black with #768BBB
Text Example
Text Example
White with #768BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BBB; }
p { color: rgb(118,139,187); }
H1.HeaderClassName
{
color: #768BBB;
}
.AnyTagClassName
{
color: #768BBB;
}
</style>
background-color css
<style>
a { background-color: #768BBB; }
a { background-color: rgb(118,139,187); }
div.DivClassName
{
background-color: #768BBB;
}
.BgClassName
{
background-color: #768BBB;
}
</style>
border-color css
<style>
span { border-color: #768BBB; }
span { border-color: rgb(118,139,187); }
td.TdClassName
{
border-color: #768BBB;
}
.TagClassName
{
border-color: #768BBB;
}
</style>