Shades of Wild Blue Yonder #768DC4
Tints of Wild Blue Yonder #768DC4
RGB
CMYK
RGB Variations
Color information
#768DC4 (or 0x768DC4) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and C4. RGB value is (118,141,196). Sum of RGB (Red+Green+Blue) = 118+141+196=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 196 - color contains mainly: blue. Hex color #768DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DC4 is #89723B. Grayscale: #8C8C8C. Windows color (decimal): -9007676 or 12881270. OLE color: 12881270.
HSL color Cylindrical-coordinate representation of color #768DC4: hue angle of 222.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #768DC4 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 141 | 196 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.23 |
| HSL | 222.31º | 0.4% | 0.62% | - |
| HSV(B) | 222.31º | 0.4% | 0.77% | - |
| XYZ | 26.96 | 26.89 | 55.99 | - |
| YUV | 140.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 196 | 0.40 | 0.28 | 0 | 0.23 | 222.31 | 0.4 | 0.62 |
| Hex | 76 | 8D | C4 | 28 | 1C | 0 | 17 | DE | 28 | 3E |
| Octal | 166 | 215 | 304 | 50 | 34 | 0 | 27 | 336 | 50 | 76 |
| Binary | 1110110 | 10001101 | 11000100 | 101000 | 11100 | 0 | 10111 | 11011110 | 101000 | 111110 |
Color Harmonies of #768DC4
Complementary color
Monochromatic Colors of #768DC4
Black with #768DC4
Text Example
Text Example
White with #768DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768DC4; }
p { color: rgb(118,141,196); }
H1.HeaderClassName
{
color: #768DC4;
}
.AnyTagClassName
{
color: #768DC4;
}
</style>
background-color css
<style>
a { background-color: #768DC4; }
a { background-color: rgb(118,141,196); }
div.DivClassName
{
background-color: #768DC4;
}
.BgClassName
{
background-color: #768DC4;
}
</style>
border-color css
<style>
span { border-color: #768DC4; }
span { border-color: rgb(118,141,196); }
td.TdClassName
{
border-color: #768DC4;
}
.TagClassName
{
border-color: #768DC4;
}
</style>