Shades of Wild Blue Yonder #7895BC
Tints of Wild Blue Yonder #7895BC
RGB
CMYK
RGB Variations
Color information
#7895BC (or 0x7895BC) is known color: Wild Blue Yonder. HEX triplet: 78, 95 and BC. RGB value is (120,149,188). Sum of RGB (Red+Green+Blue) = 120+149+188=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #7895BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7895BC is #876A43. Grayscale: #909090. Windows color (decimal): -8874564 or 12359032. OLE color: 12359032.
HSL color Cylindrical-coordinate representation of color #7895BC: hue angle of 214.41º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7895BC is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 149 | 188 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.26 |
| HSL | 214.41º | 0.34% | 0.6% | - |
| HSV(B) | 214.41º | 0.36% | 0.74% | - |
| XYZ | 27.57 | 29.12 | 51.74 | - |
| YUV | 144.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 188 | 0.36 | 0.21 | 0 | 0.26 | 214.41 | 0.34 | 0.6 |
| Hex | 78 | 95 | BC | 24 | 15 | 0 | 1A | D6 | 22 | 3C |
| Octal | 170 | 225 | 274 | 44 | 25 | 0 | 32 | 326 | 42 | 74 |
| Binary | 1111000 | 10010101 | 10111100 | 100100 | 10101 | 0 | 11010 | 11010110 | 100010 | 111100 |
Color Harmonies of #7895BC
Complementary color
Monochromatic Colors of #7895BC
Black with #7895BC
Text Example
Text Example
White with #7895BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7895BC; }
p { color: rgb(120,149,188); }
H1.HeaderClassName
{
color: #7895BC;
}
.AnyTagClassName
{
color: #7895BC;
}
</style>
background-color css
<style>
a { background-color: #7895BC; }
a { background-color: rgb(120,149,188); }
div.DivClassName
{
background-color: #7895BC;
}
.BgClassName
{
background-color: #7895BC;
}
</style>
border-color css
<style>
span { border-color: #7895BC; }
span { border-color: rgb(120,149,188); }
td.TdClassName
{
border-color: #7895BC;
}
.TagClassName
{
border-color: #7895BC;
}
</style>