Shades of Wild Blue Yonder #768ACF
Tints of Wild Blue Yonder #768ACF
RGB
CMYK
RGB Variations
Color information
#768ACF (or 0x768ACF) is known color: Wild Blue Yonder. HEX triplet: 76, 8A and CF. RGB value is (118,138,207). Sum of RGB (Red+Green+Blue) = 118+138+207=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #768ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ACF is #897530. Grayscale: #8B8B8B. Windows color (decimal): -9008433 or 13601398. OLE color: 13601398.
HSL color Cylindrical-coordinate representation of color #768ACF: hue angle of 226.52º 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 #768ACF is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 138 | 207 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.19 |
| HSL | 226.52º | 0.48% | 0.64% | - |
| HSV(B) | 226.52º | 0.43% | 0.81% | - |
| XYZ | 27.82 | 26.53 | 62.69 | - |
| YUV | 139.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 207 | 0.43 | 0.33 | 0 | 0.19 | 226.52 | 0.48 | 0.64 |
| Hex | 76 | 8A | CF | 2B | 21 | 0 | 13 | E3 | 30 | 40 |
| Octal | 166 | 212 | 317 | 53 | 41 | 0 | 23 | 343 | 60 | 100 |
| Binary | 1110110 | 10001010 | 11001111 | 101011 | 100001 | 0 | 10011 | 11100011 | 110000 | 1000000 |
Color Harmonies of #768ACF
Complementary color
Monochromatic Colors of #768ACF
Black with #768ACF
Text Example
Text Example
White with #768ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768ACF; }
p { color: rgb(118,138,207); }
H1.HeaderClassName
{
color: #768ACF;
}
.AnyTagClassName
{
color: #768ACF;
}
</style>
background-color css
<style>
a { background-color: #768ACF; }
a { background-color: rgb(118,138,207); }
div.DivClassName
{
background-color: #768ACF;
}
.BgClassName
{
background-color: #768ACF;
}
</style>
border-color css
<style>
span { border-color: #768ACF; }
span { border-color: rgb(118,138,207); }
td.TdClassName
{
border-color: #768ACF;
}
.TagClassName
{
border-color: #768ACF;
}
</style>