Shades of Wild Blue Yonder #768FC9
Tints of Wild Blue Yonder #768FC9
RGB
CMYK
RGB Variations
Color information
#768FC9 (or 0x768FC9) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and C9. RGB value is (118,143,201). Sum of RGB (Red+Green+Blue) = 118+143+201=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #768FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FC9 is #897036. Grayscale: #8D8D8D. Windows color (decimal): -9007159 or 13209462. OLE color: 13209462.
HSL color Cylindrical-coordinate representation of color #768FC9: hue angle of 221.93º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #768FC9 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 143 | 201 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.21 |
| HSL | 221.93º | 0.43% | 0.63% | - |
| HSV(B) | 221.93º | 0.41% | 0.79% | - |
| XYZ | 27.84 | 27.71 | 59.14 | - |
| YUV | 142.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 201 | 0.41 | 0.29 | 0 | 0.21 | 221.93 | 0.43 | 0.63 |
| Hex | 76 | 8F | C9 | 29 | 1D | 0 | 15 | DE | 2B | 3F |
| Octal | 166 | 217 | 311 | 51 | 35 | 0 | 25 | 336 | 53 | 77 |
| Binary | 1110110 | 10001111 | 11001001 | 101001 | 11101 | 0 | 10101 | 11011110 | 101011 | 111111 |
Color Harmonies of #768FC9
Complementary color
Monochromatic Colors of #768FC9
Black with #768FC9
Text Example
Text Example
White with #768FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FC9; }
p { color: rgb(118,143,201); }
H1.HeaderClassName
{
color: #768FC9;
}
.AnyTagClassName
{
color: #768FC9;
}
</style>
background-color css
<style>
a { background-color: #768FC9; }
a { background-color: rgb(118,143,201); }
div.DivClassName
{
background-color: #768FC9;
}
.BgClassName
{
background-color: #768FC9;
}
</style>
border-color css
<style>
span { border-color: #768FC9; }
span { border-color: rgb(118,143,201); }
td.TdClassName
{
border-color: #768FC9;
}
.TagClassName
{
border-color: #768FC9;
}
</style>