Shades of Wild Blue Yonder #7B93BB
Tints of Wild Blue Yonder #7B93BB
RGB
CMYK
RGB Variations
Color information
#7B93BB (or 0x7B93BB) is known color: Wild Blue Yonder. HEX triplet: 7B, 93 and BB. RGB value is (123,147,187). Sum of RGB (Red+Green+Blue) = 123+147+187=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B93BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B93BB is #846C44. Grayscale: #909090. Windows color (decimal): -8678469 or 12292987. OLE color: 12292987.
HSL color Cylindrical-coordinate representation of color #7B93BB: hue angle of 217.5º degrees, saturation: 0.32, 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 #7B93BB is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 147 | 187 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.27 |
| HSL | 217.5º | 0.32% | 0.61% | - |
| HSV(B) | 217.5º | 0.34% | 0.73% | - |
| XYZ | 27.57 | 28.67 | 51.09 | - |
| YUV | 144.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 187 | 0.34 | 0.21 | 0 | 0.27 | 217.5 | 0.32 | 0.61 |
| Hex | 7B | 93 | BB | 22 | 15 | 0 | 1B | DA | 20 | 3D |
| Octal | 173 | 223 | 273 | 42 | 25 | 0 | 33 | 332 | 40 | 75 |
| Binary | 1111011 | 10010011 | 10111011 | 100010 | 10101 | 0 | 11011 | 11011010 | 100000 | 111101 |
Color Harmonies of #7B93BB
Complementary color
Monochromatic Colors of #7B93BB
Black with #7B93BB
Text Example
Text Example
White with #7B93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B93BB; }
p { color: rgb(123,147,187); }
H1.HeaderClassName
{
color: #7B93BB;
}
.AnyTagClassName
{
color: #7B93BB;
}
</style>
background-color css
<style>
a { background-color: #7B93BB; }
a { background-color: rgb(123,147,187); }
div.DivClassName
{
background-color: #7B93BB;
}
.BgClassName
{
background-color: #7B93BB;
}
</style>
border-color css
<style>
span { border-color: #7B93BB; }
span { border-color: rgb(123,147,187); }
td.TdClassName
{
border-color: #7B93BB;
}
.TagClassName
{
border-color: #7B93BB;
}
</style>