Shades of Wild Blue Yonder #768ECB
Tints of Wild Blue Yonder #768ECB
RGB
CMYK
RGB Variations
Color information
#768ECB (or 0x768ECB) is known color: Wild Blue Yonder. HEX triplet: 76, 8E and CB. RGB value is (118,142,203). Sum of RGB (Red+Green+Blue) = 118+142+203=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #768ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ECB is #897134. Grayscale: #8D8D8D. Windows color (decimal): -9007413 or 13340278. OLE color: 13340278.
HSL color Cylindrical-coordinate representation of color #768ECB: hue angle of 223.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #768ECB is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 142 | 203 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.20 |
| HSL | 223.06º | 0.45% | 0.63% | - |
| HSV(B) | 223.06º | 0.42% | 0.8% | - |
| XYZ | 27.92 | 27.51 | 60.34 | - |
| YUV | 141.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 203 | 0.42 | 0.30 | 0 | 0.20 | 223.06 | 0.45 | 0.63 |
| Hex | 76 | 8E | CB | 2A | 1E | 0 | 14 | DF | 2D | 3F |
| Octal | 166 | 216 | 313 | 52 | 36 | 0 | 24 | 337 | 55 | 77 |
| Binary | 1110110 | 10001110 | 11001011 | 101010 | 11110 | 0 | 10100 | 11011111 | 101101 | 111111 |
Color Harmonies of #768ECB
Complementary color
Monochromatic Colors of #768ECB
Black with #768ECB
Text Example
Text Example
White with #768ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768ECB; }
p { color: rgb(118,142,203); }
H1.HeaderClassName
{
color: #768ECB;
}
.AnyTagClassName
{
color: #768ECB;
}
</style>
background-color css
<style>
a { background-color: #768ECB; }
a { background-color: rgb(118,142,203); }
div.DivClassName
{
background-color: #768ECB;
}
.BgClassName
{
background-color: #768ECB;
}
</style>
border-color css
<style>
span { border-color: #768ECB; }
span { border-color: rgb(118,142,203); }
td.TdClassName
{
border-color: #768ECB;
}
.TagClassName
{
border-color: #768ECB;
}
</style>