Shades of Wild Blue Yonder #7C8BBA
Tints of Wild Blue Yonder #7C8BBA
RGB
CMYK
RGB Variations
Color information
#7C8BBA (or 0x7C8BBA) is known color: Wild Blue Yonder. HEX triplet: 7C, 8B and BA. RGB value is (124,139,186). Sum of RGB (Red+Green+Blue) = 124+139+186=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C8BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8BBA is #837445. Grayscale: #8B8B8B. Windows color (decimal): -8614982 or 12225404. OLE color: 12225404.
HSL color Cylindrical-coordinate representation of color #7C8BBA: hue angle of 225.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C8BBA is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 139 | 186 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.27 |
| HSL | 225.48º | 0.31% | 0.61% | - |
| HSV(B) | 225.48º | 0.33% | 0.73% | - |
| XYZ | 26.41 | 26.3 | 50.14 | - |
| YUV | 139.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 186 | 0.33 | 0.25 | 0 | 0.27 | 225.48 | 0.31 | 0.61 |
| Hex | 7C | 8B | BA | 21 | 19 | 0 | 1B | E1 | 1F | 3D |
| Octal | 174 | 213 | 272 | 41 | 31 | 0 | 33 | 341 | 37 | 75 |
| Binary | 1111100 | 10001011 | 10111010 | 100001 | 11001 | 0 | 11011 | 11100001 | 11111 | 111101 |
Color Harmonies of #7C8BBA
Complementary color
Monochromatic Colors of #7C8BBA
Black with #7C8BBA
Text Example
Text Example
White with #7C8BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8BBA; }
p { color: rgb(124,139,186); }
H1.HeaderClassName
{
color: #7C8BBA;
}
.AnyTagClassName
{
color: #7C8BBA;
}
</style>
background-color css
<style>
a { background-color: #7C8BBA; }
a { background-color: rgb(124,139,186); }
div.DivClassName
{
background-color: #7C8BBA;
}
.BgClassName
{
background-color: #7C8BBA;
}
</style>
border-color css
<style>
span { border-color: #7C8BBA; }
span { border-color: rgb(124,139,186); }
td.TdClassName
{
border-color: #7C8BBA;
}
.TagClassName
{
border-color: #7C8BBA;
}
</style>