Shades of Wild Blue Yonder #7793BD
Tints of Wild Blue Yonder #7793BD
RGB
CMYK
RGB Variations
Color information
#7793BD (or 0x7793BD) is known color: Wild Blue Yonder. HEX triplet: 77, 93 and BD. RGB value is (119,147,189). Sum of RGB (Red+Green+Blue) = 119+147+189=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #7793BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7793BD is #886C42. Grayscale: #8F8F8F. Windows color (decimal): -8940611 or 12424055. OLE color: 12424055.
HSL color Cylindrical-coordinate representation of color #7793BD: hue angle of 216º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7793BD is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 147 | 189 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.26 |
| HSL | 216º | 0.35% | 0.6% | - |
| HSV(B) | 216º | 0.37% | 0.74% | - |
| XYZ | 27.23 | 28.46 | 52.2 | - |
| YUV | 143.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 147 | 189 | 0.37 | 0.22 | 0 | 0.26 | 216 | 0.35 | 0.6 |
| Hex | 77 | 93 | BD | 25 | 16 | 0 | 1A | D8 | 23 | 3C |
| Octal | 167 | 223 | 275 | 45 | 26 | 0 | 32 | 330 | 43 | 74 |
| Binary | 1110111 | 10010011 | 10111101 | 100101 | 10110 | 0 | 11010 | 11011000 | 100011 | 111100 |
Color Harmonies of #7793BD
Complementary color
Monochromatic Colors of #7793BD
Black with #7793BD
Text Example
Text Example
White with #7793BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7793BD; }
p { color: rgb(119,147,189); }
H1.HeaderClassName
{
color: #7793BD;
}
.AnyTagClassName
{
color: #7793BD;
}
</style>
background-color css
<style>
a { background-color: #7793BD; }
a { background-color: rgb(119,147,189); }
div.DivClassName
{
background-color: #7793BD;
}
.BgClassName
{
background-color: #7793BD;
}
</style>
border-color css
<style>
span { border-color: #7793BD; }
span { border-color: rgb(119,147,189); }
td.TdClassName
{
border-color: #7793BD;
}
.TagClassName
{
border-color: #7793BD;
}
</style>