Shades of Wild Blue Yonder #7898BD
Tints of Wild Blue Yonder #7898BD
RGB
CMYK
RGB Variations
Color information
#7898BD (or 0x7898BD) is known color: Wild Blue Yonder. HEX triplet: 78, 98 and BD. RGB value is (120,152,189). Sum of RGB (Red+Green+Blue) = 120+152+189=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #7898BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898BD is #876742. Grayscale: #929292. Windows color (decimal): -8873795 or 12425336. OLE color: 12425336.
HSL color Cylindrical-coordinate representation of color #7898BD: hue angle of 212.17º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7898BD is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 152 | 189 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.26 |
| HSL | 212.17º | 0.34% | 0.61% | - |
| HSV(B) | 212.17º | 0.37% | 0.74% | - |
| XYZ | 28.16 | 30.12 | 52.47 | - |
| YUV | 146.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 189 | 0.37 | 0.20 | 0 | 0.26 | 212.17 | 0.34 | 0.61 |
| Hex | 78 | 98 | BD | 25 | 14 | 0 | 1A | D4 | 22 | 3D |
| Octal | 170 | 230 | 275 | 45 | 24 | 0 | 32 | 324 | 42 | 75 |
| Binary | 1111000 | 10011000 | 10111101 | 100101 | 10100 | 0 | 11010 | 11010100 | 100010 | 111101 |
Color Harmonies of #7898BD
Complementary color
Monochromatic Colors of #7898BD
Black with #7898BD
Text Example
Text Example
White with #7898BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7898BD; }
p { color: rgb(120,152,189); }
H1.HeaderClassName
{
color: #7898BD;
}
.AnyTagClassName
{
color: #7898BD;
}
</style>
background-color css
<style>
a { background-color: #7898BD; }
a { background-color: rgb(120,152,189); }
div.DivClassName
{
background-color: #7898BD;
}
.BgClassName
{
background-color: #7898BD;
}
</style>
border-color css
<style>
span { border-color: #7898BD; }
span { border-color: rgb(120,152,189); }
td.TdClassName
{
border-color: #7898BD;
}
.TagClassName
{
border-color: #7898BD;
}
</style>