Shades of Wild Blue Yonder #768BC6
Tints of Wild Blue Yonder #768BC6
RGB
CMYK
RGB Variations
Color information
#768BC6 (or 0x768BC6) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and C6. RGB value is (118,139,198). Sum of RGB (Red+Green+Blue) = 118+139+198=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #768BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BC6 is #897439. Grayscale: #8B8B8B. Windows color (decimal): -9008186 or 13011830. OLE color: 13011830.
HSL color Cylindrical-coordinate representation of color #768BC6: hue angle of 224.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #768BC6 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 139 | 198 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.22 |
| HSL | 224.25º | 0.41% | 0.62% | - |
| HSV(B) | 224.25º | 0.4% | 0.78% | - |
| XYZ | 26.9 | 26.39 | 57.1 | - |
| YUV | 139.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 198 | 0.40 | 0.30 | 0 | 0.22 | 224.25 | 0.41 | 0.62 |
| Hex | 76 | 8B | C6 | 28 | 1E | 0 | 16 | E0 | 29 | 3E |
| Octal | 166 | 213 | 306 | 50 | 36 | 0 | 26 | 340 | 51 | 76 |
| Binary | 1110110 | 10001011 | 11000110 | 101000 | 11110 | 0 | 10110 | 11100000 | 101001 | 111110 |
Color Harmonies of #768BC6
Complementary color
Monochromatic Colors of #768BC6
Black with #768BC6
Text Example
Text Example
White with #768BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BC6; }
p { color: rgb(118,139,198); }
H1.HeaderClassName
{
color: #768BC6;
}
.AnyTagClassName
{
color: #768BC6;
}
</style>
background-color css
<style>
a { background-color: #768BC6; }
a { background-color: rgb(118,139,198); }
div.DivClassName
{
background-color: #768BC6;
}
.BgClassName
{
background-color: #768BC6;
}
</style>
border-color css
<style>
span { border-color: #768BC6; }
span { border-color: rgb(118,139,198); }
td.TdClassName
{
border-color: #768BC6;
}
.TagClassName
{
border-color: #768BC6;
}
</style>