Shades of Wild Blue Yonder #768CCD
Tints of Wild Blue Yonder #768CCD
RGB
CMYK
RGB Variations
Color information
#768CCD (or 0x768CCD) is known color: Wild Blue Yonder. HEX triplet: 76, 8C and CD. RGB value is (118,140,205). Sum of RGB (Red+Green+Blue) = 118+140+205=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #768CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CCD is #897332. Grayscale: #8C8C8C. Windows color (decimal): -9007923 or 13470838. OLE color: 13470838.
HSL color Cylindrical-coordinate representation of color #768CCD: hue angle of 224.83º degrees, saturation: 0.47, 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 #768CCD is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 140 | 205 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.20 |
| HSL | 224.83º | 0.47% | 0.63% | - |
| HSV(B) | 224.83º | 0.42% | 0.8% | - |
| XYZ | 27.87 | 27.02 | 61.5 | - |
| YUV | 140.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 205 | 0.42 | 0.32 | 0 | 0.20 | 224.83 | 0.47 | 0.63 |
| Hex | 76 | 8C | CD | 2A | 20 | 0 | 14 | E1 | 2F | 3F |
| Octal | 166 | 214 | 315 | 52 | 40 | 0 | 24 | 341 | 57 | 77 |
| Binary | 1110110 | 10001100 | 11001101 | 101010 | 100000 | 0 | 10100 | 11100001 | 101111 | 111111 |
Color Harmonies of #768CCD
Complementary color
Monochromatic Colors of #768CCD
Black with #768CCD
Text Example
Text Example
White with #768CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768CCD; }
p { color: rgb(118,140,205); }
H1.HeaderClassName
{
color: #768CCD;
}
.AnyTagClassName
{
color: #768CCD;
}
</style>
background-color css
<style>
a { background-color: #768CCD; }
a { background-color: rgb(118,140,205); }
div.DivClassName
{
background-color: #768CCD;
}
.BgClassName
{
background-color: #768CCD;
}
</style>
border-color css
<style>
span { border-color: #768CCD; }
span { border-color: rgb(118,140,205); }
td.TdClassName
{
border-color: #768CCD;
}
.TagClassName
{
border-color: #768CCD;
}
</style>