Shades of Wild Blue Yonder #768FCA
Tints of Wild Blue Yonder #768FCA
RGB
CMYK
RGB Variations
Color information
#768FCA (or 0x768FCA) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and CA. RGB value is (118,143,202). Sum of RGB (Red+Green+Blue) = 118+143+202=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #768FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FCA is #897035. Grayscale: #8D8D8D. Windows color (decimal): -9007158 or 13274998. OLE color: 13274998.
HSL color Cylindrical-coordinate representation of color #768FCA: hue angle of 222.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #768FCA is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 143 | 202 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.21 |
| HSL | 222.14º | 0.44% | 0.63% | - |
| HSV(B) | 222.14º | 0.42% | 0.79% | - |
| XYZ | 27.95 | 27.76 | 59.76 | - |
| YUV | 142.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 202 | 0.42 | 0.29 | 0 | 0.21 | 222.14 | 0.44 | 0.63 |
| Hex | 76 | 8F | CA | 2A | 1D | 0 | 15 | DE | 2C | 3F |
| Octal | 166 | 217 | 312 | 52 | 35 | 0 | 25 | 336 | 54 | 77 |
| Binary | 1110110 | 10001111 | 11001010 | 101010 | 11101 | 0 | 10101 | 11011110 | 101100 | 111111 |
Color Harmonies of #768FCA
Complementary color
Monochromatic Colors of #768FCA
Black with #768FCA
Text Example
Text Example
White with #768FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FCA; }
p { color: rgb(118,143,202); }
H1.HeaderClassName
{
color: #768FCA;
}
.AnyTagClassName
{
color: #768FCA;
}
</style>
background-color css
<style>
a { background-color: #768FCA; }
a { background-color: rgb(118,143,202); }
div.DivClassName
{
background-color: #768FCA;
}
.BgClassName
{
background-color: #768FCA;
}
</style>
border-color css
<style>
span { border-color: #768FCA; }
span { border-color: rgb(118,143,202); }
td.TdClassName
{
border-color: #768FCA;
}
.TagClassName
{
border-color: #768FCA;
}
</style>