Shades of Wild Blue Yonder #7882CE
Tints of Wild Blue Yonder #7882CE
RGB
CMYK
RGB Variations
Color information
#7882CE (or 0x7882CE) is known color: Wild Blue Yonder. HEX triplet: 78, 82 and CE. RGB value is (120,130,206). Sum of RGB (Red+Green+Blue) = 120+130+206=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7882CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882CE is #877D31. Grayscale: #878787. Windows color (decimal): -8879410 or 13533816. OLE color: 13533816.
HSL color Cylindrical-coordinate representation of color #7882CE: hue angle of 233.02º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7882CE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 130 | 206 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.19 |
| HSL | 233.02º | 0.47% | 0.64% | - |
| HSV(B) | 233.02º | 0.42% | 0.81% | - |
| XYZ | 26.87 | 24.41 | 61.69 | - |
| YUV | 135.67 | 167.69 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 206 | 0.42 | 0.37 | 0 | 0.19 | 233.02 | 0.47 | 0.64 |
| Hex | 78 | 82 | CE | 2A | 25 | 0 | 13 | E9 | 2F | 40 |
| Octal | 170 | 202 | 316 | 52 | 45 | 0 | 23 | 351 | 57 | 100 |
| Binary | 1111000 | 10000010 | 11001110 | 101010 | 100101 | 0 | 10011 | 11101001 | 101111 | 1000000 |
Color Harmonies of #7882CE
Complementary color
Monochromatic Colors of #7882CE
Black with #7882CE
Text Example
Text Example
White with #7882CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7882CE; }
p { color: rgb(120,130,206); }
H1.HeaderClassName
{
color: #7882CE;
}
.AnyTagClassName
{
color: #7882CE;
}
</style>
background-color css
<style>
a { background-color: #7882CE; }
a { background-color: rgb(120,130,206); }
div.DivClassName
{
background-color: #7882CE;
}
.BgClassName
{
background-color: #7882CE;
}
</style>
border-color css
<style>
span { border-color: #7882CE; }
span { border-color: rgb(120,130,206); }
td.TdClassName
{
border-color: #7882CE;
}
.TagClassName
{
border-color: #7882CE;
}
</style>