Shades of Wild Blue Yonder #7884CE
Tints of Wild Blue Yonder #7884CE
RGB
CMYK
RGB Variations
Color information
#7884CE (or 0x7884CE) is known color: Wild Blue Yonder. HEX triplet: 78, 84 and CE. RGB value is (120,132,206). Sum of RGB (Red+Green+Blue) = 120+132+206=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #7884CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7884CE is #877B31. Grayscale: #888888. Windows color (decimal): -8878898 or 13534328. OLE color: 13534328.
HSL color Cylindrical-coordinate representation of color #7884CE: hue angle of 231.63º 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 #7884CE is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 132 | 206 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.19 |
| HSL | 231.63º | 0.47% | 0.64% | - |
| HSV(B) | 231.63º | 0.42% | 0.81% | - |
| XYZ | 27.14 | 24.95 | 61.78 | - |
| YUV | 136.85 | 167.02 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 206 | 0.42 | 0.36 | 0 | 0.19 | 231.63 | 0.47 | 0.64 |
| Hex | 78 | 84 | CE | 2A | 24 | 0 | 13 | E8 | 2F | 40 |
| Octal | 170 | 204 | 316 | 52 | 44 | 0 | 23 | 350 | 57 | 100 |
| Binary | 1111000 | 10000100 | 11001110 | 101010 | 100100 | 0 | 10011 | 11101000 | 101111 | 1000000 |
Color Harmonies of #7884CE
Complementary color
Monochromatic Colors of #7884CE
Black with #7884CE
Text Example
Text Example
White with #7884CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7884CE; }
p { color: rgb(120,132,206); }
H1.HeaderClassName
{
color: #7884CE;
}
.AnyTagClassName
{
color: #7884CE;
}
</style>
background-color css
<style>
a { background-color: #7884CE; }
a { background-color: rgb(120,132,206); }
div.DivClassName
{
background-color: #7884CE;
}
.BgClassName
{
background-color: #7884CE;
}
</style>
border-color css
<style>
span { border-color: #7884CE; }
span { border-color: rgb(120,132,206); }
td.TdClassName
{
border-color: #7884CE;
}
.TagClassName
{
border-color: #7884CE;
}
</style>