Shades of Wild Blue Yonder #768DC1
Tints of Wild Blue Yonder #768DC1
RGB
CMYK
RGB Variations
Color information
#768DC1 (or 0x768DC1) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and C1. RGB value is (118,141,193). Sum of RGB (Red+Green+Blue) = 118+141+193=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #768DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DC1 is #89723E. Grayscale: #8B8B8B. Windows color (decimal): -9007679 or 12684662. OLE color: 12684662.
HSL color Cylindrical-coordinate representation of color #768DC1: hue angle of 221.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768DC1 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 141 | 193 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.24 |
| HSL | 221.6º | 0.38% | 0.61% | - |
| HSV(B) | 221.6º | 0.39% | 0.76% | - |
| XYZ | 26.62 | 26.75 | 54.21 | - |
| YUV | 140.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 193 | 0.39 | 0.27 | 0 | 0.24 | 221.6 | 0.38 | 0.61 |
| Hex | 76 | 8D | C1 | 27 | 1B | 0 | 18 | DE | 26 | 3D |
| Octal | 166 | 215 | 301 | 47 | 33 | 0 | 30 | 336 | 46 | 75 |
| Binary | 1110110 | 10001101 | 11000001 | 100111 | 11011 | 0 | 11000 | 11011110 | 100110 | 111101 |
Color Harmonies of #768DC1
Complementary color
Monochromatic Colors of #768DC1
Black with #768DC1
Text Example
Text Example
White with #768DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768DC1; }
p { color: rgb(118,141,193); }
H1.HeaderClassName
{
color: #768DC1;
}
.AnyTagClassName
{
color: #768DC1;
}
</style>
background-color css
<style>
a { background-color: #768DC1; }
a { background-color: rgb(118,141,193); }
div.DivClassName
{
background-color: #768DC1;
}
.BgClassName
{
background-color: #768DC1;
}
</style>
border-color css
<style>
span { border-color: #768DC1; }
span { border-color: rgb(118,141,193); }
td.TdClassName
{
border-color: #768DC1;
}
.TagClassName
{
border-color: #768DC1;
}
</style>