Shades of Wild Blue Yonder #7795BE
Tints of Wild Blue Yonder #7795BE
RGB
CMYK
RGB Variations
Color information
#7795BE (or 0x7795BE) is known color: Wild Blue Yonder. HEX triplet: 77, 95 and BE. RGB value is (119,149,190). Sum of RGB (Red+Green+Blue) = 119+149+190=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #7795BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795BE is #886A41. Grayscale: #909090. Windows color (decimal): -8940098 or 12490103. OLE color: 12490103.
HSL color Cylindrical-coordinate representation of color #7795BE: hue angle of 214.65º 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 #7795BE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 149 | 190 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.25 |
| HSL | 214.65º | 0.35% | 0.61% | - |
| HSV(B) | 214.65º | 0.37% | 0.75% | - |
| XYZ | 27.65 | 29.13 | 52.88 | - |
| YUV | 144.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 190 | 0.37 | 0.22 | 0 | 0.25 | 214.65 | 0.35 | 0.61 |
| Hex | 77 | 95 | BE | 25 | 16 | 0 | 19 | D7 | 23 | 3D |
| Octal | 167 | 225 | 276 | 45 | 26 | 0 | 31 | 327 | 43 | 75 |
| Binary | 1110111 | 10010101 | 10111110 | 100101 | 10110 | 0 | 11001 | 11010111 | 100011 | 111101 |
Color Harmonies of #7795BE
Complementary color
Monochromatic Colors of #7795BE
Black with #7795BE
Text Example
Text Example
White with #7795BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7795BE; }
p { color: rgb(119,149,190); }
H1.HeaderClassName
{
color: #7795BE;
}
.AnyTagClassName
{
color: #7795BE;
}
</style>
background-color css
<style>
a { background-color: #7795BE; }
a { background-color: rgb(119,149,190); }
div.DivClassName
{
background-color: #7795BE;
}
.BgClassName
{
background-color: #7795BE;
}
</style>
border-color css
<style>
span { border-color: #7795BE; }
span { border-color: rgb(119,149,190); }
td.TdClassName
{
border-color: #7795BE;
}
.TagClassName
{
border-color: #7795BE;
}
</style>