Shades of Wild Blue Yonder #7891BE
Tints of Wild Blue Yonder #7891BE
RGB
CMYK
RGB Variations
Color information
#7891BE (or 0x7891BE) is known color: Wild Blue Yonder. HEX triplet: 78, 91 and BE. RGB value is (120,145,190). Sum of RGB (Red+Green+Blue) = 120+145+190=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #7891BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7891BE is #876E41. Grayscale: #8E8E8E. Windows color (decimal): -8875586 or 12489080. OLE color: 12489080.
HSL color Cylindrical-coordinate representation of color #7891BE: hue angle of 218.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7891BE is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 145 | 190 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.25 |
| HSL | 218.57º | 0.35% | 0.61% | - |
| HSV(B) | 218.57º | 0.37% | 0.75% | - |
| XYZ | 27.17 | 27.96 | 52.68 | - |
| YUV | 142.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 190 | 0.37 | 0.24 | 0 | 0.25 | 218.57 | 0.35 | 0.61 |
| Hex | 78 | 91 | BE | 25 | 18 | 0 | 19 | DB | 23 | 3D |
| Octal | 170 | 221 | 276 | 45 | 30 | 0 | 31 | 333 | 43 | 75 |
| Binary | 1111000 | 10010001 | 10111110 | 100101 | 11000 | 0 | 11001 | 11011011 | 100011 | 111101 |
Color Harmonies of #7891BE
Complementary color
Monochromatic Colors of #7891BE
Black with #7891BE
Text Example
Text Example
White with #7891BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7891BE; }
p { color: rgb(120,145,190); }
H1.HeaderClassName
{
color: #7891BE;
}
.AnyTagClassName
{
color: #7891BE;
}
</style>
background-color css
<style>
a { background-color: #7891BE; }
a { background-color: rgb(120,145,190); }
div.DivClassName
{
background-color: #7891BE;
}
.BgClassName
{
background-color: #7891BE;
}
</style>
border-color css
<style>
span { border-color: #7891BE; }
span { border-color: rgb(120,145,190); }
td.TdClassName
{
border-color: #7891BE;
}
.TagClassName
{
border-color: #7891BE;
}
</style>