Shades of Wild Blue Yonder #768ECF
Tints of Wild Blue Yonder #768ECF
RGB
CMYK
RGB Variations
Color information
#768ECF (or 0x768ECF) is known color: Wild Blue Yonder. HEX triplet: 76, 8E and CF. RGB value is (118,142,207). Sum of RGB (Red+Green+Blue) = 118+142+207=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #768ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ECF is #897130. Grayscale: #8D8D8D. Windows color (decimal): -9007409 or 13602422. OLE color: 13602422.
HSL color Cylindrical-coordinate representation of color #768ECF: hue angle of 223.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #768ECF is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 142 | 207 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.19 |
| HSL | 223.82º | 0.48% | 0.64% | - |
| HSV(B) | 223.82º | 0.43% | 0.81% | - |
| XYZ | 28.41 | 27.7 | 62.88 | - |
| YUV | 142.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 207 | 0.43 | 0.31 | 0 | 0.19 | 223.82 | 0.48 | 0.64 |
| Hex | 76 | 8E | CF | 2B | 1F | 0 | 13 | E0 | 30 | 40 |
| Octal | 166 | 216 | 317 | 53 | 37 | 0 | 23 | 340 | 60 | 100 |
| Binary | 1110110 | 10001110 | 11001111 | 101011 | 11111 | 0 | 10011 | 11100000 | 110000 | 1000000 |
Color Harmonies of #768ECF
Complementary color
Monochromatic Colors of #768ECF
Black with #768ECF
Text Example
Text Example
White with #768ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768ECF; }
p { color: rgb(118,142,207); }
H1.HeaderClassName
{
color: #768ECF;
}
.AnyTagClassName
{
color: #768ECF;
}
</style>
background-color css
<style>
a { background-color: #768ECF; }
a { background-color: rgb(118,142,207); }
div.DivClassName
{
background-color: #768ECF;
}
.BgClassName
{
background-color: #768ECF;
}
</style>
border-color css
<style>
span { border-color: #768ECF; }
span { border-color: rgb(118,142,207); }
td.TdClassName
{
border-color: #768ECF;
}
.TagClassName
{
border-color: #768ECF;
}
</style>