Shades of Wild Blue Yonder #7882C0
Tints of Wild Blue Yonder #7882C0
RGB
CMYK
RGB Variations
Color information
#7882C0 (or 0x7882C0) is known color: Wild Blue Yonder. HEX triplet: 78, 82 and C0. RGB value is (120,130,192). Sum of RGB (Red+Green+Blue) = 120+130+192=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #7882C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882C0 is #877D3F. Grayscale: #858585. Windows color (decimal): -8879424 or 12616312. OLE color: 12616312.
HSL color Cylindrical-coordinate representation of color #7882C0: hue angle of 231.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 #7882C0 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 130 | 192 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.25 |
| HSL | 231.67º | 0.36% | 0.61% | - |
| HSV(B) | 231.67º | 0.38% | 0.75% | - |
| XYZ | 25.24 | 23.76 | 53.13 | - |
| YUV | 134.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 192 | 0.38 | 0.32 | 0 | 0.25 | 231.67 | 0.36 | 0.61 |
| Hex | 78 | 82 | C0 | 26 | 20 | 0 | 19 | E8 | 24 | 3D |
| Octal | 170 | 202 | 300 | 46 | 40 | 0 | 31 | 350 | 44 | 75 |
| Binary | 1111000 | 10000010 | 11000000 | 100110 | 100000 | 0 | 11001 | 11101000 | 100100 | 111101 |
Color Harmonies of #7882C0
Complementary color
Monochromatic Colors of #7882C0
Black with #7882C0
Text Example
Text Example
White with #7882C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7882C0; }
p { color: rgb(120,130,192); }
H1.HeaderClassName
{
color: #7882C0;
}
.AnyTagClassName
{
color: #7882C0;
}
</style>
background-color css
<style>
a { background-color: #7882C0; }
a { background-color: rgb(120,130,192); }
div.DivClassName
{
background-color: #7882C0;
}
.BgClassName
{
background-color: #7882C0;
}
</style>
border-color css
<style>
span { border-color: #7882C0; }
span { border-color: rgb(120,130,192); }
td.TdClassName
{
border-color: #7882C0;
}
.TagClassName
{
border-color: #7882C0;
}
</style>