Shades of Wild Blue Yonder #7886C2
Tints of Wild Blue Yonder #7886C2
RGB
CMYK
RGB Variations
Color information
#7886C2 (or 0x7886C2) is known color: Wild Blue Yonder. HEX triplet: 78, 86 and C2. RGB value is (120,134,194). Sum of RGB (Red+Green+Blue) = 120+134+194=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #7886C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886C2 is #87793D. Grayscale: #888888. Windows color (decimal): -8878398 or 12748408. OLE color: 12748408.
HSL color Cylindrical-coordinate representation of color #7886C2: hue angle of 228.65º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7886C2 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 134 | 194 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.24 |
| HSL | 228.65º | 0.38% | 0.62% | - |
| HSV(B) | 228.65º | 0.38% | 0.76% | - |
| XYZ | 26.01 | 24.94 | 54.48 | - |
| YUV | 136.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 194 | 0.38 | 0.31 | 0 | 0.24 | 228.65 | 0.38 | 0.62 |
| Hex | 78 | 86 | C2 | 26 | 1F | 0 | 18 | E5 | 26 | 3E |
| Octal | 170 | 206 | 302 | 46 | 37 | 0 | 30 | 345 | 46 | 76 |
| Binary | 1111000 | 10000110 | 11000010 | 100110 | 11111 | 0 | 11000 | 11100101 | 100110 | 111110 |
Color Harmonies of #7886C2
Complementary color
Monochromatic Colors of #7886C2
Black with #7886C2
Text Example
Text Example
White with #7886C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7886C2; }
p { color: rgb(120,134,194); }
H1.HeaderClassName
{
color: #7886C2;
}
.AnyTagClassName
{
color: #7886C2;
}
</style>
background-color css
<style>
a { background-color: #7886C2; }
a { background-color: rgb(120,134,194); }
div.DivClassName
{
background-color: #7886C2;
}
.BgClassName
{
background-color: #7886C2;
}
</style>
border-color css
<style>
span { border-color: #7886C2; }
span { border-color: rgb(120,134,194); }
td.TdClassName
{
border-color: #7886C2;
}
.TagClassName
{
border-color: #7886C2;
}
</style>