Shades of Wild Blue Yonder #7B8EB4
Tints of Wild Blue Yonder #7B8EB4
RGB
CMYK
RGB Variations
Color information
#7B8EB4 (or 0x7B8EB4) is known color: Wild Blue Yonder. HEX triplet: 7B, 8E and B4. RGB value is (123,142,180). Sum of RGB (Red+Green+Blue) = 123+142+180=445 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.64% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #7B8EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8EB4 is #84714B. Grayscale: #8C8C8C. Windows color (decimal): -8679756 or 11832955. OLE color: 11832955.
HSL color Cylindrical-coordinate representation of color #7B8EB4: hue angle of 220º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B8EB4 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 142 | 180 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.29 |
| HSL | 220º | 0.28% | 0.59% | - |
| HSV(B) | 220º | 0.32% | 0.71% | - |
| XYZ | 26.08 | 26.85 | 46.99 | - |
| YUV | 140.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 142 | 180 | 0.32 | 0.21 | 0 | 0.29 | 220 | 0.28 | 0.59 |
| Hex | 7B | 8E | B4 | 20 | 15 | 0 | 1D | DC | 1C | 3B |
| Octal | 173 | 216 | 264 | 40 | 25 | 0 | 35 | 334 | 34 | 73 |
| Binary | 1111011 | 10001110 | 10110100 | 100000 | 10101 | 0 | 11101 | 11011100 | 11100 | 111011 |
Color Harmonies of #7B8EB4
Complementary color
Monochromatic Colors of #7B8EB4
Black with #7B8EB4
Text Example
Text Example
White with #7B8EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8EB4; }
p { color: rgb(123,142,180); }
H1.HeaderClassName
{
color: #7B8EB4;
}
.AnyTagClassName
{
color: #7B8EB4;
}
</style>
background-color css
<style>
a { background-color: #7B8EB4; }
a { background-color: rgb(123,142,180); }
div.DivClassName
{
background-color: #7B8EB4;
}
.BgClassName
{
background-color: #7B8EB4;
}
</style>
border-color css
<style>
span { border-color: #7B8EB4; }
span { border-color: rgb(123,142,180); }
td.TdClassName
{
border-color: #7B8EB4;
}
.TagClassName
{
border-color: #7B8EB4;
}
</style>