Shades of Wild Blue Yonder #7897BD
Tints of Wild Blue Yonder #7897BD
RGB
CMYK
RGB Variations
Color information
#7897BD (or 0x7897BD) is known color: Wild Blue Yonder. HEX triplet: 78, 97 and BD. RGB value is (120,151,189). Sum of RGB (Red+Green+Blue) = 120+151+189=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #7897BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7897BD is #876842. Grayscale: #919191. Windows color (decimal): -8874051 or 12425080. OLE color: 12425080.
HSL color Cylindrical-coordinate representation of color #7897BD: hue angle of 213.04º 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 #7897BD is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 151 | 189 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.26 |
| HSL | 213.04º | 0.34% | 0.61% | - |
| HSV(B) | 213.04º | 0.37% | 0.74% | - |
| XYZ | 28 | 29.8 | 52.42 | - |
| YUV | 146.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 189 | 0.37 | 0.20 | 0 | 0.26 | 213.04 | 0.34 | 0.61 |
| Hex | 78 | 97 | BD | 25 | 14 | 0 | 1A | D5 | 22 | 3D |
| Octal | 170 | 227 | 275 | 45 | 24 | 0 | 32 | 325 | 42 | 75 |
| Binary | 1111000 | 10010111 | 10111101 | 100101 | 10100 | 0 | 11010 | 11010101 | 100010 | 111101 |
Color Harmonies of #7897BD
Complementary color
Monochromatic Colors of #7897BD
Black with #7897BD
Text Example
Text Example
White with #7897BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7897BD; }
p { color: rgb(120,151,189); }
H1.HeaderClassName
{
color: #7897BD;
}
.AnyTagClassName
{
color: #7897BD;
}
</style>
background-color css
<style>
a { background-color: #7897BD; }
a { background-color: rgb(120,151,189); }
div.DivClassName
{
background-color: #7897BD;
}
.BgClassName
{
background-color: #7897BD;
}
</style>
border-color css
<style>
span { border-color: #7897BD; }
span { border-color: rgb(120,151,189); }
td.TdClassName
{
border-color: #7897BD;
}
.TagClassName
{
border-color: #7897BD;
}
</style>