Shades of Wild Blue Yonder #7888C0
Tints of Wild Blue Yonder #7888C0
RGB
CMYK
RGB Variations
Color information
#7888C0 (or 0x7888C0) is known color: Wild Blue Yonder. HEX triplet: 78, 88 and C0. RGB value is (120,136,192). Sum of RGB (Red+Green+Blue) = 120+136+192=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #7888C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888C0 is #87773F. Grayscale: #898989. Windows color (decimal): -8877888 or 12617848. OLE color: 12617848.
HSL color Cylindrical-coordinate representation of color #7888C0: hue angle of 226.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7888C0 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 136 | 192 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.25 |
| HSL | 226.67º | 0.36% | 0.61% | - |
| HSV(B) | 226.67º | 0.38% | 0.75% | - |
| XYZ | 26.06 | 25.41 | 53.4 | - |
| YUV | 137.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 192 | 0.38 | 0.29 | 0 | 0.25 | 226.67 | 0.36 | 0.61 |
| Hex | 78 | 88 | C0 | 26 | 1D | 0 | 19 | E3 | 24 | 3D |
| Octal | 170 | 210 | 300 | 46 | 35 | 0 | 31 | 343 | 44 | 75 |
| Binary | 1111000 | 10001000 | 11000000 | 100110 | 11101 | 0 | 11001 | 11100011 | 100100 | 111101 |
Color Harmonies of #7888C0
Complementary color
Monochromatic Colors of #7888C0
Black with #7888C0
Text Example
Text Example
White with #7888C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7888C0; }
p { color: rgb(120,136,192); }
H1.HeaderClassName
{
color: #7888C0;
}
.AnyTagClassName
{
color: #7888C0;
}
</style>
background-color css
<style>
a { background-color: #7888C0; }
a { background-color: rgb(120,136,192); }
div.DivClassName
{
background-color: #7888C0;
}
.BgClassName
{
background-color: #7888C0;
}
</style>
border-color css
<style>
span { border-color: #7888C0; }
span { border-color: rgb(120,136,192); }
td.TdClassName
{
border-color: #7888C0;
}
.TagClassName
{
border-color: #7888C0;
}
</style>