Shades of Wild Blue Yonder #7B93BA
Tints of Wild Blue Yonder #7B93BA
RGB
CMYK
RGB Variations
Color information
#7B93BA (or 0x7B93BA) is known color: Wild Blue Yonder. HEX triplet: 7B, 93 and BA. RGB value is (123,147,186). Sum of RGB (Red+Green+Blue) = 123+147+186=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B93BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B93BA is #846C45. Grayscale: #909090. Windows color (decimal): -8678470 or 12227451. OLE color: 12227451.
HSL color Cylindrical-coordinate representation of color #7B93BA: hue angle of 217.14º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B93BA is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 147 | 186 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.27 |
| HSL | 217.14º | 0.31% | 0.61% | - |
| HSV(B) | 217.14º | 0.34% | 0.73% | - |
| XYZ | 27.47 | 28.62 | 50.53 | - |
| YUV | 144.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 186 | 0.34 | 0.21 | 0 | 0.27 | 217.14 | 0.31 | 0.61 |
| Hex | 7B | 93 | BA | 22 | 15 | 0 | 1B | D9 | 1F | 3D |
| Octal | 173 | 223 | 272 | 42 | 25 | 0 | 33 | 331 | 37 | 75 |
| Binary | 1111011 | 10010011 | 10111010 | 100010 | 10101 | 0 | 11011 | 11011001 | 11111 | 111101 |
Color Harmonies of #7B93BA
Complementary color
Monochromatic Colors of #7B93BA
Black with #7B93BA
Text Example
Text Example
White with #7B93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B93BA; }
p { color: rgb(123,147,186); }
H1.HeaderClassName
{
color: #7B93BA;
}
.AnyTagClassName
{
color: #7B93BA;
}
</style>
background-color css
<style>
a { background-color: #7B93BA; }
a { background-color: rgb(123,147,186); }
div.DivClassName
{
background-color: #7B93BA;
}
.BgClassName
{
background-color: #7B93BA;
}
</style>
border-color css
<style>
span { border-color: #7B93BA; }
span { border-color: rgb(123,147,186); }
td.TdClassName
{
border-color: #7B93BA;
}
.TagClassName
{
border-color: #7B93BA;
}
</style>