Shades of Wild Blue Yonder #7892C6
Tints of Wild Blue Yonder #7892C6
RGB
CMYK
RGB Variations
Color information
#7892C6 (or 0x7892C6) is known color: Wild Blue Yonder. HEX triplet: 78, 92 and C6. RGB value is (120,146,198). Sum of RGB (Red+Green+Blue) = 120+146+198=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #7892C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7892C6 is #876D39. Grayscale: #8F8F8F. Windows color (decimal): -8875322 or 13013624. OLE color: 13013624.
HSL color Cylindrical-coordinate representation of color #7892C6: hue angle of 220º 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 #7892C6 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 146 | 198 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.22 |
| HSL | 220º | 0.41% | 0.62% | - |
| HSV(B) | 220º | 0.39% | 0.78% | - |
| XYZ | 28.22 | 28.63 | 57.46 | - |
| YUV | 144.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 198 | 0.39 | 0.26 | 0 | 0.22 | 220 | 0.41 | 0.62 |
| Hex | 78 | 92 | C6 | 27 | 1A | 0 | 16 | DC | 29 | 3E |
| Octal | 170 | 222 | 306 | 47 | 32 | 0 | 26 | 334 | 51 | 76 |
| Binary | 1111000 | 10010010 | 11000110 | 100111 | 11010 | 0 | 10110 | 11011100 | 101001 | 111110 |
Color Harmonies of #7892C6
Complementary color
Monochromatic Colors of #7892C6
Black with #7892C6
Text Example
Text Example
White with #7892C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7892C6; }
p { color: rgb(120,146,198); }
H1.HeaderClassName
{
color: #7892C6;
}
.AnyTagClassName
{
color: #7892C6;
}
</style>
background-color css
<style>
a { background-color: #7892C6; }
a { background-color: rgb(120,146,198); }
div.DivClassName
{
background-color: #7892C6;
}
.BgClassName
{
background-color: #7892C6;
}
</style>
border-color css
<style>
span { border-color: #7892C6; }
span { border-color: rgb(120,146,198); }
td.TdClassName
{
border-color: #7892C6;
}
.TagClassName
{
border-color: #7892C6;
}
</style>