Shades of Wild Blue Yonder #7892CB
Tints of Wild Blue Yonder #7892CB
RGB
CMYK
RGB Variations
Color information
#7892CB (or 0x7892CB) is known color: Wild Blue Yonder. HEX triplet: 78, 92 and CB. RGB value is (120,146,203). Sum of RGB (Red+Green+Blue) = 120+146+203=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #7892CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7892CB is #876D34. Grayscale: #909090. Windows color (decimal): -8875317 or 13341304. OLE color: 13341304.
HSL color Cylindrical-coordinate representation of color #7892CB: hue angle of 221.2º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7892CB is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 146 | 203 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.20 |
| HSL | 221.2º | 0.44% | 0.63% | - |
| HSV(B) | 221.2º | 0.41% | 0.8% | - |
| XYZ | 28.8 | 28.86 | 60.55 | - |
| YUV | 144.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 203 | 0.41 | 0.28 | 0 | 0.20 | 221.2 | 0.44 | 0.63 |
| Hex | 78 | 92 | CB | 29 | 1C | 0 | 14 | DD | 2C | 3F |
| Octal | 170 | 222 | 313 | 51 | 34 | 0 | 24 | 335 | 54 | 77 |
| Binary | 1111000 | 10010010 | 11001011 | 101001 | 11100 | 0 | 10100 | 11011101 | 101100 | 111111 |
Color Harmonies of #7892CB
Complementary color
Monochromatic Colors of #7892CB
Black with #7892CB
Text Example
Text Example
White with #7892CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7892CB; }
p { color: rgb(120,146,203); }
H1.HeaderClassName
{
color: #7892CB;
}
.AnyTagClassName
{
color: #7892CB;
}
</style>
background-color css
<style>
a { background-color: #7892CB; }
a { background-color: rgb(120,146,203); }
div.DivClassName
{
background-color: #7892CB;
}
.BgClassName
{
background-color: #7892CB;
}
</style>
border-color css
<style>
span { border-color: #7892CB; }
span { border-color: rgb(120,146,203); }
td.TdClassName
{
border-color: #7892CB;
}
.TagClassName
{
border-color: #7892CB;
}
</style>