Shades of Wild Blue Yonder #7C8FBB
Tints of Wild Blue Yonder #7C8FBB
RGB
CMYK
RGB Variations
Color information
#7C8FBB (or 0x7C8FBB) is known color: Wild Blue Yonder. HEX triplet: 7C, 8F and BB. RGB value is (124,143,187). Sum of RGB (Red+Green+Blue) = 124+143+187=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C8FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8FBB is #837044. Grayscale: #8E8E8E. Windows color (decimal): -8613957 or 12291964. OLE color: 12291964.
HSL color Cylindrical-coordinate representation of color #7C8FBB: hue angle of 221.9º degrees, saturation: 0.32, 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 #7C8FBB is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 143 | 187 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.27 |
| HSL | 221.9º | 0.32% | 0.61% | - |
| HSV(B) | 221.9º | 0.34% | 0.73% | - |
| XYZ | 27.1 | 27.52 | 50.9 | - |
| YUV | 142.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 143 | 187 | 0.34 | 0.24 | 0 | 0.27 | 221.9 | 0.32 | 0.61 |
| Hex | 7C | 8F | BB | 22 | 18 | 0 | 1B | DE | 20 | 3D |
| Octal | 174 | 217 | 273 | 42 | 30 | 0 | 33 | 336 | 40 | 75 |
| Binary | 1111100 | 10001111 | 10111011 | 100010 | 11000 | 0 | 11011 | 11011110 | 100000 | 111101 |
Color Harmonies of #7C8FBB
Complementary color
Monochromatic Colors of #7C8FBB
Black with #7C8FBB
Text Example
Text Example
White with #7C8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8FBB; }
p { color: rgb(124,143,187); }
H1.HeaderClassName
{
color: #7C8FBB;
}
.AnyTagClassName
{
color: #7C8FBB;
}
</style>
background-color css
<style>
a { background-color: #7C8FBB; }
a { background-color: rgb(124,143,187); }
div.DivClassName
{
background-color: #7C8FBB;
}
.BgClassName
{
background-color: #7C8FBB;
}
</style>
border-color css
<style>
span { border-color: #7C8FBB; }
span { border-color: rgb(124,143,187); }
td.TdClassName
{
border-color: #7C8FBB;
}
.TagClassName
{
border-color: #7C8FBB;
}
</style>