Shades of Wild Blue Yonder #7884C6
Tints of Wild Blue Yonder #7884C6
RGB
CMYK
RGB Variations
Color information
#7884C6 (or 0x7884C6) is known color: Wild Blue Yonder. HEX triplet: 78, 84 and C6. RGB value is (120,132,198). Sum of RGB (Red+Green+Blue) = 120+132+198=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #7884C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7884C6 is #877B39. Grayscale: #878787. Windows color (decimal): -8878906 or 13010040. OLE color: 13010040.
HSL color Cylindrical-coordinate representation of color #7884C6: hue angle of 230.77º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7884C6 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 132 | 198 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.22 |
| HSL | 230.77º | 0.41% | 0.62% | - |
| HSV(B) | 230.77º | 0.39% | 0.78% | - |
| XYZ | 26.19 | 24.57 | 56.79 | - |
| YUV | 135.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 198 | 0.39 | 0.33 | 0 | 0.22 | 230.77 | 0.41 | 0.62 |
| Hex | 78 | 84 | C6 | 27 | 21 | 0 | 16 | E7 | 29 | 3E |
| Octal | 170 | 204 | 306 | 47 | 41 | 0 | 26 | 347 | 51 | 76 |
| Binary | 1111000 | 10000100 | 11000110 | 100111 | 100001 | 0 | 10110 | 11100111 | 101001 | 111110 |
Color Harmonies of #7884C6
Complementary color
Monochromatic Colors of #7884C6
Black with #7884C6
Text Example
Text Example
White with #7884C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7884C6; }
p { color: rgb(120,132,198); }
H1.HeaderClassName
{
color: #7884C6;
}
.AnyTagClassName
{
color: #7884C6;
}
</style>
background-color css
<style>
a { background-color: #7884C6; }
a { background-color: rgb(120,132,198); }
div.DivClassName
{
background-color: #7884C6;
}
.BgClassName
{
background-color: #7884C6;
}
</style>
border-color css
<style>
span { border-color: #7884C6; }
span { border-color: rgb(120,132,198); }
td.TdClassName
{
border-color: #7884C6;
}
.TagClassName
{
border-color: #7884C6;
}
</style>