Shades of Wild Blue Yonder #768BBD
Tints of Wild Blue Yonder #768BBD
RGB
CMYK
RGB Variations
Color information
#768BBD (or 0x768BBD) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and BD. RGB value is (118,139,189). Sum of RGB (Red+Green+Blue) = 118+139+189=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #768BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BBD is #897442. Grayscale: #8A8A8A. Windows color (decimal): -9008195 or 12422006. OLE color: 12422006.
HSL color Cylindrical-coordinate representation of color #768BBD: hue angle of 222.25º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #768BBD is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 139 | 189 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.26 |
| HSL | 222.25º | 0.35% | 0.6% | - |
| HSV(B) | 222.25º | 0.38% | 0.74% | - |
| XYZ | 25.89 | 25.99 | 51.8 | - |
| YUV | 138.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 189 | 0.38 | 0.26 | 0 | 0.26 | 222.25 | 0.35 | 0.6 |
| Hex | 76 | 8B | BD | 26 | 1A | 0 | 1A | DE | 23 | 3C |
| Octal | 166 | 213 | 275 | 46 | 32 | 0 | 32 | 336 | 43 | 74 |
| Binary | 1110110 | 10001011 | 10111101 | 100110 | 11010 | 0 | 11010 | 11011110 | 100011 | 111100 |
Color Harmonies of #768BBD
Complementary color
Monochromatic Colors of #768BBD
Black with #768BBD
Text Example
Text Example
White with #768BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BBD; }
p { color: rgb(118,139,189); }
H1.HeaderClassName
{
color: #768BBD;
}
.AnyTagClassName
{
color: #768BBD;
}
</style>
background-color css
<style>
a { background-color: #768BBD; }
a { background-color: rgb(118,139,189); }
div.DivClassName
{
background-color: #768BBD;
}
.BgClassName
{
background-color: #768BBD;
}
</style>
border-color css
<style>
span { border-color: #768BBD; }
span { border-color: rgb(118,139,189); }
td.TdClassName
{
border-color: #768BBD;
}
.TagClassName
{
border-color: #768BBD;
}
</style>