Shades of Wild Blue Yonder #7899BD
Tints of Wild Blue Yonder #7899BD
RGB
CMYK
RGB Variations
Color information
#7899BD (or 0x7899BD) is known color: Wild Blue Yonder. HEX triplet: 78, 99 and BD. RGB value is (120,153,189). Sum of RGB (Red+Green+Blue) = 120+153+189=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #7899BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7899BD is #876642. Grayscale: #939393. Windows color (decimal): -8873539 or 12425592. OLE color: 12425592.
HSL color Cylindrical-coordinate representation of color #7899BD: hue angle of 211.3º 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 #7899BD is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 153 | 189 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.26 |
| HSL | 211.3º | 0.34% | 0.61% | - |
| HSV(B) | 211.3º | 0.37% | 0.74% | - |
| XYZ | 28.32 | 30.45 | 52.53 | - |
| YUV | 147.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 189 | 0.37 | 0.19 | 0 | 0.26 | 211.3 | 0.34 | 0.61 |
| Hex | 78 | 99 | BD | 25 | 13 | 0 | 1A | D3 | 22 | 3D |
| Octal | 170 | 231 | 275 | 45 | 23 | 0 | 32 | 323 | 42 | 75 |
| Binary | 1111000 | 10011001 | 10111101 | 100101 | 10011 | 0 | 11010 | 11010011 | 100010 | 111101 |
Color Harmonies of #7899BD
Complementary color
Monochromatic Colors of #7899BD
Black with #7899BD
Text Example
Text Example
White with #7899BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7899BD; }
p { color: rgb(120,153,189); }
H1.HeaderClassName
{
color: #7899BD;
}
.AnyTagClassName
{
color: #7899BD;
}
</style>
background-color css
<style>
a { background-color: #7899BD; }
a { background-color: rgb(120,153,189); }
div.DivClassName
{
background-color: #7899BD;
}
.BgClassName
{
background-color: #7899BD;
}
</style>
border-color css
<style>
span { border-color: #7899BD; }
span { border-color: rgb(120,153,189); }
td.TdClassName
{
border-color: #7899BD;
}
.TagClassName
{
border-color: #7899BD;
}
</style>