Shades of Wild Blue Yonder #7887C1
Tints of Wild Blue Yonder #7887C1
RGB
CMYK
RGB Variations
Color information
#7887C1 (or 0x7887C1) is known color: Wild Blue Yonder. HEX triplet: 78, 87 and C1. RGB value is (120,135,193). Sum of RGB (Red+Green+Blue) = 120+135+193=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #7887C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7887C1 is #87783E. Grayscale: #888888. Windows color (decimal): -8878143 or 12683128. OLE color: 12683128.
HSL color Cylindrical-coordinate representation of color #7887C1: hue angle of 227.67º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7887C1 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 135 | 193 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.24 |
| HSL | 227.67º | 0.37% | 0.61% | - |
| HSV(B) | 227.67º | 0.38% | 0.76% | - |
| XYZ | 26.04 | 25.17 | 53.94 | - |
| YUV | 137.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 193 | 0.38 | 0.30 | 0 | 0.24 | 227.67 | 0.37 | 0.61 |
| Hex | 78 | 87 | C1 | 26 | 1E | 0 | 18 | E4 | 25 | 3D |
| Octal | 170 | 207 | 301 | 46 | 36 | 0 | 30 | 344 | 45 | 75 |
| Binary | 1111000 | 10000111 | 11000001 | 100110 | 11110 | 0 | 11000 | 11100100 | 100101 | 111101 |
Color Harmonies of #7887C1
Complementary color
Monochromatic Colors of #7887C1
Black with #7887C1
Text Example
Text Example
White with #7887C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7887C1; }
p { color: rgb(120,135,193); }
H1.HeaderClassName
{
color: #7887C1;
}
.AnyTagClassName
{
color: #7887C1;
}
</style>
background-color css
<style>
a { background-color: #7887C1; }
a { background-color: rgb(120,135,193); }
div.DivClassName
{
background-color: #7887C1;
}
.BgClassName
{
background-color: #7887C1;
}
</style>
border-color css
<style>
span { border-color: #7887C1; }
span { border-color: rgb(120,135,193); }
td.TdClassName
{
border-color: #7887C1;
}
.TagClassName
{
border-color: #7887C1;
}
</style>