Shades of Wild Blue Yonder #7B8DBC
Tints of Wild Blue Yonder #7B8DBC
RGB
CMYK
RGB Variations
Color information
#7B8DBC (or 0x7B8DBC) is known color: Wild Blue Yonder. HEX triplet: 7B, 8D and BC. RGB value is (123,141,188). Sum of RGB (Red+Green+Blue) = 123+141+188=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B8DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8DBC is #847243. Grayscale: #8C8C8C. Windows color (decimal): -8680004 or 12356987. OLE color: 12356987.
HSL color Cylindrical-coordinate representation of color #7B8DBC: hue angle of 223.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B8DBC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 141 | 188 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.26 |
| HSL | 223.38º | 0.33% | 0.61% | - |
| HSV(B) | 223.38º | 0.35% | 0.74% | - |
| XYZ | 26.77 | 26.89 | 51.36 | - |
| YUV | 140.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 141 | 188 | 0.35 | 0.25 | 0 | 0.26 | 223.38 | 0.33 | 0.61 |
| Hex | 7B | 8D | BC | 23 | 19 | 0 | 1A | DF | 21 | 3D |
| Octal | 173 | 215 | 274 | 43 | 31 | 0 | 32 | 337 | 41 | 75 |
| Binary | 1111011 | 10001101 | 10111100 | 100011 | 11001 | 0 | 11010 | 11011111 | 100001 | 111101 |
Color Harmonies of #7B8DBC
Complementary color
Monochromatic Colors of #7B8DBC
Black with #7B8DBC
Text Example
Text Example
White with #7B8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8DBC; }
p { color: rgb(123,141,188); }
H1.HeaderClassName
{
color: #7B8DBC;
}
.AnyTagClassName
{
color: #7B8DBC;
}
</style>
background-color css
<style>
a { background-color: #7B8DBC; }
a { background-color: rgb(123,141,188); }
div.DivClassName
{
background-color: #7B8DBC;
}
.BgClassName
{
background-color: #7B8DBC;
}
</style>
border-color css
<style>
span { border-color: #7B8DBC; }
span { border-color: rgb(123,141,188); }
td.TdClassName
{
border-color: #7B8DBC;
}
.TagClassName
{
border-color: #7B8DBC;
}
</style>