Shades of Wild Blue Yonder #7890BD
Tints of Wild Blue Yonder #7890BD
RGB
CMYK
RGB Variations
Color information
#7890BD (or 0x7890BD) is known color: Wild Blue Yonder. HEX triplet: 78, 90 and BD. RGB value is (120,144,189). Sum of RGB (Red+Green+Blue) = 120+144+189=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #7890BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890BD is #876F42. Grayscale: #8D8D8D. Windows color (decimal): -8875843 or 12423288. OLE color: 12423288.
HSL color Cylindrical-coordinate representation of color #7890BD: hue angle of 219.13º 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 #7890BD is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 144 | 189 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.26 |
| HSL | 219.13º | 0.34% | 0.61% | - |
| HSV(B) | 219.13º | 0.37% | 0.74% | - |
| XYZ | 26.9 | 27.61 | 52.06 | - |
| YUV | 141.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 189 | 0.37 | 0.24 | 0 | 0.26 | 219.13 | 0.34 | 0.61 |
| Hex | 78 | 90 | BD | 25 | 18 | 0 | 1A | DB | 22 | 3D |
| Octal | 170 | 220 | 275 | 45 | 30 | 0 | 32 | 333 | 42 | 75 |
| Binary | 1111000 | 10010000 | 10111101 | 100101 | 11000 | 0 | 11010 | 11011011 | 100010 | 111101 |
Color Harmonies of #7890BD
Complementary color
Monochromatic Colors of #7890BD
Black with #7890BD
Text Example
Text Example
White with #7890BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7890BD; }
p { color: rgb(120,144,189); }
H1.HeaderClassName
{
color: #7890BD;
}
.AnyTagClassName
{
color: #7890BD;
}
</style>
background-color css
<style>
a { background-color: #7890BD; }
a { background-color: rgb(120,144,189); }
div.DivClassName
{
background-color: #7890BD;
}
.BgClassName
{
background-color: #7890BD;
}
</style>
border-color css
<style>
span { border-color: #7890BD; }
span { border-color: rgb(120,144,189); }
td.TdClassName
{
border-color: #7890BD;
}
.TagClassName
{
border-color: #7890BD;
}
</style>