Shades of Wild Blue Yonder #7892C1
Tints of Wild Blue Yonder #7892C1
RGB
CMYK
RGB Variations
Color information
#7892C1 (or 0x7892C1) is known color: Wild Blue Yonder. HEX triplet: 78, 92 and C1. RGB value is (120,146,193). Sum of RGB (Red+Green+Blue) = 120+146+193=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #7892C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7892C1 is #876D3E. Grayscale: #8F8F8F. Windows color (decimal): -8875327 or 12685944. OLE color: 12685944.
HSL color Cylindrical-coordinate representation of color #7892C1: hue angle of 218.63º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7892C1 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 146 | 193 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.24 |
| HSL | 218.63º | 0.37% | 0.61% | - |
| HSV(B) | 218.63º | 0.38% | 0.76% | - |
| XYZ | 27.65 | 28.4 | 54.48 | - |
| YUV | 143.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 193 | 0.38 | 0.24 | 0 | 0.24 | 218.63 | 0.37 | 0.61 |
| Hex | 78 | 92 | C1 | 26 | 18 | 0 | 18 | DB | 25 | 3D |
| Octal | 170 | 222 | 301 | 46 | 30 | 0 | 30 | 333 | 45 | 75 |
| Binary | 1111000 | 10010010 | 11000001 | 100110 | 11000 | 0 | 11000 | 11011011 | 100101 | 111101 |
Color Harmonies of #7892C1
Complementary color
Monochromatic Colors of #7892C1
Black with #7892C1
Text Example
Text Example
White with #7892C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7892C1; }
p { color: rgb(120,146,193); }
H1.HeaderClassName
{
color: #7892C1;
}
.AnyTagClassName
{
color: #7892C1;
}
</style>
background-color css
<style>
a { background-color: #7892C1; }
a { background-color: rgb(120,146,193); }
div.DivClassName
{
background-color: #7892C1;
}
.BgClassName
{
background-color: #7892C1;
}
</style>
border-color css
<style>
span { border-color: #7892C1; }
span { border-color: rgb(120,146,193); }
td.TdClassName
{
border-color: #7892C1;
}
.TagClassName
{
border-color: #7892C1;
}
</style>