Shades of Wild Blue Yonder #7B8DB6
Tints of Wild Blue Yonder #7B8DB6
RGB
CMYK
RGB Variations
Color information
#7B8DB6 (or 0x7B8DB6) is known color: Wild Blue Yonder. HEX triplet: 7B, 8D and B6. RGB value is (123,141,182). Sum of RGB (Red+Green+Blue) = 123+141+182=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B8DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8DB6 is #847249. Grayscale: #8C8C8C. Windows color (decimal): -8680010 or 11963771. OLE color: 11963771.
HSL color Cylindrical-coordinate representation of color #7B8DB6: hue angle of 221.69º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B8DB6 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 141 | 182 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.29 |
| HSL | 221.69º | 0.29% | 0.6% | - |
| HSV(B) | 221.69º | 0.32% | 0.71% | - |
| XYZ | 26.14 | 26.64 | 48.02 | - |
| YUV | 140.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 141 | 182 | 0.32 | 0.23 | 0 | 0.29 | 221.69 | 0.29 | 0.6 |
| Hex | 7B | 8D | B6 | 20 | 17 | 0 | 1D | DE | 1D | 3C |
| Octal | 173 | 215 | 266 | 40 | 27 | 0 | 35 | 336 | 35 | 74 |
| Binary | 1111011 | 10001101 | 10110110 | 100000 | 10111 | 0 | 11101 | 11011110 | 11101 | 111100 |
Color Harmonies of #7B8DB6
Complementary color
Monochromatic Colors of #7B8DB6
Black with #7B8DB6
Text Example
Text Example
White with #7B8DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8DB6; }
p { color: rgb(123,141,182); }
H1.HeaderClassName
{
color: #7B8DB6;
}
.AnyTagClassName
{
color: #7B8DB6;
}
</style>
background-color css
<style>
a { background-color: #7B8DB6; }
a { background-color: rgb(123,141,182); }
div.DivClassName
{
background-color: #7B8DB6;
}
.BgClassName
{
background-color: #7B8DB6;
}
</style>
border-color css
<style>
span { border-color: #7B8DB6; }
span { border-color: rgb(123,141,182); }
td.TdClassName
{
border-color: #7B8DB6;
}
.TagClassName
{
border-color: #7B8DB6;
}
</style>