Shades of Wild Blue Yonder #768ABE
Tints of Wild Blue Yonder #768ABE
RGB
CMYK
RGB Variations
Color information
#768ABE (or 0x768ABE) is known color: Wild Blue Yonder. HEX triplet: 76, 8A and BE. RGB value is (118,138,190). Sum of RGB (Red+Green+Blue) = 118+138+190=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #768ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ABE is #897541. Grayscale: #898989. Windows color (decimal): -9008450 or 12487286. OLE color: 12487286.
HSL color Cylindrical-coordinate representation of color #768ABE: hue angle of 223.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #768ABE is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 138 | 190 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.25 |
| HSL | 223.33º | 0.36% | 0.6% | - |
| HSV(B) | 223.33º | 0.38% | 0.75% | - |
| XYZ | 25.85 | 25.75 | 52.32 | - |
| YUV | 137.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 190 | 0.38 | 0.27 | 0 | 0.25 | 223.33 | 0.36 | 0.6 |
| Hex | 76 | 8A | BE | 26 | 1B | 0 | 19 | DF | 24 | 3C |
| Octal | 166 | 212 | 276 | 46 | 33 | 0 | 31 | 337 | 44 | 74 |
| Binary | 1110110 | 10001010 | 10111110 | 100110 | 11011 | 0 | 11001 | 11011111 | 100100 | 111100 |
Color Harmonies of #768ABE
Complementary color
Monochromatic Colors of #768ABE
Black with #768ABE
Text Example
Text Example
White with #768ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768ABE; }
p { color: rgb(118,138,190); }
H1.HeaderClassName
{
color: #768ABE;
}
.AnyTagClassName
{
color: #768ABE;
}
</style>
background-color css
<style>
a { background-color: #768ABE; }
a { background-color: rgb(118,138,190); }
div.DivClassName
{
background-color: #768ABE;
}
.BgClassName
{
background-color: #768ABE;
}
</style>
border-color css
<style>
span { border-color: #768ABE; }
span { border-color: rgb(118,138,190); }
td.TdClassName
{
border-color: #768ABE;
}
.TagClassName
{
border-color: #768ABE;
}
</style>