Shades of Wild Blue Yonder #7B8ABA
Tints of Wild Blue Yonder #7B8ABA
RGB
CMYK
RGB Variations
Color information
#7B8ABA (or 0x7B8ABA) is known color: Wild Blue Yonder. HEX triplet: 7B, 8A and BA. RGB value is (123,138,186). Sum of RGB (Red+Green+Blue) = 123+138+186=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B8ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ABA is #847545. Grayscale: #8A8A8A. Windows color (decimal): -8680774 or 12225147. OLE color: 12225147.
HSL color Cylindrical-coordinate representation of color #7B8ABA: hue angle of 225.71º 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 #7B8ABA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 138 | 186 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.27 |
| HSL | 225.71º | 0.31% | 0.61% | - |
| HSV(B) | 225.71º | 0.34% | 0.73% | - |
| XYZ | 26.12 | 25.93 | 50.08 | - |
| YUV | 138.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 186 | 0.34 | 0.26 | 0 | 0.27 | 225.71 | 0.31 | 0.61 |
| Hex | 7B | 8A | BA | 22 | 1A | 0 | 1B | E2 | 1F | 3D |
| Octal | 173 | 212 | 272 | 42 | 32 | 0 | 33 | 342 | 37 | 75 |
| Binary | 1111011 | 10001010 | 10111010 | 100010 | 11010 | 0 | 11011 | 11100010 | 11111 | 111101 |
Color Harmonies of #7B8ABA
Complementary color
Monochromatic Colors of #7B8ABA
Black with #7B8ABA
Text Example
Text Example
White with #7B8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8ABA; }
p { color: rgb(123,138,186); }
H1.HeaderClassName
{
color: #7B8ABA;
}
.AnyTagClassName
{
color: #7B8ABA;
}
</style>
background-color css
<style>
a { background-color: #7B8ABA; }
a { background-color: rgb(123,138,186); }
div.DivClassName
{
background-color: #7B8ABA;
}
.BgClassName
{
background-color: #7B8ABA;
}
</style>
border-color css
<style>
span { border-color: #7B8ABA; }
span { border-color: rgb(123,138,186); }
td.TdClassName
{
border-color: #7B8ABA;
}
.TagClassName
{
border-color: #7B8ABA;
}
</style>