Shades of Wild Blue Yonder #7C8BCC
Tints of Wild Blue Yonder #7C8BCC
RGB
CMYK
RGB Variations
Color information
#7C8BCC (or 0x7C8BCC) is known color: Wild Blue Yonder. HEX triplet: 7C, 8B and CC. RGB value is (124,139,204). Sum of RGB (Red+Green+Blue) = 124+139+204=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8BCC is #837433. Grayscale: #8D8D8D. Windows color (decimal): -8614964 or 13405052. OLE color: 13405052.
HSL color Cylindrical-coordinate representation of color #7C8BCC: hue angle of 228.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C8BCC is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 139 | 204 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.2 |
| HSL | 228.75º | 0.44% | 0.64% | - |
| HSV(B) | 228.75º | 0.39% | 0.8% | - |
| XYZ | 28.44 | 27.11 | 60.86 | - |
| YUV | 141.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 204 | 0.39 | 0.32 | 0 | 0.2 | 228.75 | 0.44 | 0.64 |
| Hex | 7C | 8B | CC | 27 | 20 | 0 | 14 | E5 | 2C | 40 |
| Octal | 174 | 213 | 314 | 47 | 40 | 0 | 24 | 345 | 54 | 100 |
| Binary | 1111100 | 10001011 | 11001100 | 100111 | 100000 | 0 | 10100 | 11100101 | 101100 | 1000000 |
Color Harmonies of #7C8BCC
Complementary color
Monochromatic Colors of #7C8BCC
Black with #7C8BCC
Text Example
Text Example
White with #7C8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8BCC; }
p { color: rgb(124,139,204); }
H1.HeaderClassName
{
color: #7C8BCC;
}
.AnyTagClassName
{
color: #7C8BCC;
}
</style>
background-color css
<style>
a { background-color: #7C8BCC; }
a { background-color: rgb(124,139,204); }
div.DivClassName
{
background-color: #7C8BCC;
}
.BgClassName
{
background-color: #7C8BCC;
}
</style>
border-color css
<style>
span { border-color: #7C8BCC; }
span { border-color: rgb(124,139,204); }
td.TdClassName
{
border-color: #7C8BCC;
}
.TagClassName
{
border-color: #7C8BCC;
}
</style>