Shades of Wild Blue Yonder #7895C1
Tints of Wild Blue Yonder #7895C1
RGB
CMYK
RGB Variations
Color information
#7895C1 (or 0x7895C1) is known color: Wild Blue Yonder. HEX triplet: 78, 95 and C1. RGB value is (120,149,193). Sum of RGB (Red+Green+Blue) = 120+149+193=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #7895C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7895C1 is #876A3E. Grayscale: #919191. Windows color (decimal): -8874559 or 12686712. OLE color: 12686712.
HSL color Cylindrical-coordinate representation of color #7895C1: hue angle of 216.16º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7895C1 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 149 | 193 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.24 |
| HSL | 216.16º | 0.37% | 0.61% | - |
| HSV(B) | 216.16º | 0.38% | 0.76% | - |
| XYZ | 28.12 | 29.34 | 54.63 | - |
| YUV | 145.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 193 | 0.38 | 0.23 | 0 | 0.24 | 216.16 | 0.37 | 0.61 |
| Hex | 78 | 95 | C1 | 26 | 17 | 0 | 18 | D8 | 25 | 3D |
| Octal | 170 | 225 | 301 | 46 | 27 | 0 | 30 | 330 | 45 | 75 |
| Binary | 1111000 | 10010101 | 11000001 | 100110 | 10111 | 0 | 11000 | 11011000 | 100101 | 111101 |
Color Harmonies of #7895C1
Complementary color
Monochromatic Colors of #7895C1
Black with #7895C1
Text Example
Text Example
White with #7895C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7895C1; }
p { color: rgb(120,149,193); }
H1.HeaderClassName
{
color: #7895C1;
}
.AnyTagClassName
{
color: #7895C1;
}
</style>
background-color css
<style>
a { background-color: #7895C1; }
a { background-color: rgb(120,149,193); }
div.DivClassName
{
background-color: #7895C1;
}
.BgClassName
{
background-color: #7895C1;
}
</style>
border-color css
<style>
span { border-color: #7895C1; }
span { border-color: rgb(120,149,193); }
td.TdClassName
{
border-color: #7895C1;
}
.TagClassName
{
border-color: #7895C1;
}
</style>